About 383,000 results
Open links in new tab
  1. sql server - What tools are available to test SQL statement …

    Aug 8, 2013 · SQL Profiler (built-in): Monitoring with SQL Profiler. SQL Benchmark Pro (Commercial) SQL Server 2008 has the new Data Collector. SQL Server 2005 (onwards) has …

  2. how can I test performance in Sql Server Mgmt Studio without …

    Feb 13, 2016 · Using SQL Server Management Studio. How can I test the performance of a large select (say 600k rows) without the results window impacting my test? All things being equal it …

  3. How to check performance of a SQL Server database?

    Jul 22, 2016 · Start with monitoring essential system performance counters like: Cpu load; Page fault; Disk r/w queue; Disk r/w time; Capture them from the moment you restart the machine …

  4. performance - Measure the time it takes to execute a t-sql query ...

    Jul 26, 2012 · You can run each query in separated query window and compare the results which is given in Client Statistics tab just beside the Messages tab. For example in image below it …

  5. Monitoring the progress of an SQL query in SQL SERVER

    Jul 20, 2010 · This query is only useful if you have VIEW SERVER STATE permission. If you do not you will only see the results for the SELECT statement you just submitted, which is a bit …

  6. performance - How do I find out what is hammering my SQL …

    Jun 3, 2009 · And last but not least I recommend you download and read the MS SQL Customer Advisory Team white paper on performance analysis: SQL 2005 Waits and Queues. My …

  7. How do I obtain a Query Execution Plan in SQL Server?

    Sep 9, 2011 · A note for future readers: put SET STATISTICS XML ON ant the beginning of the query, and SET STATISTICS XML OFF|ON surrounding areas you don't want to be shown in …

  8. sql - Measuring Query Performance : "Execution Plan Query Cost" …

    Mar 2, 2016 · It may be important to note that this is a medium sized SQL Server, running MS SQL Server 2005 on MS Server 2003 Enterprise Edition with multiple processors and 100+ …

  9. sql - How to test performance of database - Stack Overflow

    Jan 27, 2014 · What I've done on performance-critical projects: Create a performance test data set; in your case, I'd load a table with 100M test records, making the best possible guess at …

  10. Measuring the Performance of SQL Queries - Stack Overflow

    Jun 10, 2011 · You need to look into SQL Server Profiler - and the best intro around is a six-part webcast series called. Mastering SQL Server Profiler. in which Brad MacGehee walks you …

Refresh