About 182,000 results
Open links in new tab
  1. SQL commands to get performance statistics - Stack Overflow

    Feb 18, 2009 · Are there SQL commands that I could use to extract performance monitoring data from MS SQL 2005, such as: transactions per second page reads/writes connections …

  2. performance - What to monitor on SQL Server - Stack Overflow

    Jun 8, 2010 · I have been asked to monitor SQL Server (2005 & 2008) and am wondering what are good metrics to look at? I can access WMI counters but am slightly lost as to how …

  3. SQL Server activity monitor show all queries - Stack Overflow

    Jun 6, 2012 · 1 The SQL Profiler in Sql Server Management Studio (SSMS) is good here is how to go about doing it: Monitor all queries Tools >> SQL Server Profiler You connect to your …

  4. Installing SQL Server 2005 - Performance Monitor Counter …

    Performance Monitor Counter Requirement The System Configuration Check for Performance Monitor counter registry value has failed. For details, see How to: Increment the Counter …

  5. performance - How to check which stored procedure is taking …

    Aug 11, 2010 · I want to know what are various methods by which I can monitor which of my stored procedure's and SQL queries are taking more time on various components(CPU cycle, …

  6. How Do I create a log using performance monitor in SQL?

    Sep 15, 2009 · A company I deal with have their own server, and a couple of sites using SQL server 2005 on it. They are getting random, intermitten freezes and its pointing to SQL Server …

  7. sql server - Whats the best way to profile a sqlserver 2005 …

    Oct 22, 2008 · Its also helpful to run Windows system monitor in parallel to view cpu load, disk io and some sql server performance counters. Configure sysmon to save the data to a file. Than …

  8. SQL Query takes very long at random times - Stack Overflow

    Apr 7, 2011 · In SSMS right-click connected server in Object Explorer and choose Activity Monitor. There you can see Recent Expensive Queries and other performance data.

  9. How to get SQL Profiler to monitor trigger execution

    Nov 17, 2008 · I have a trace setup for SQL Server Profiler to monitor SQL that is executed on a database. I recently discovered that trigger execution is not included in the trace. After looking …

  10. performance - SQL Server tempdb optimization tips for a new …

    Dec 12, 2008 · Microsoft recommends that you analyze the existing workload by performing the following tasks in a SQL Server test environment: Set autogrow on for tempdb (in a test …