How to determine how long a TSQL query takes to run
Jump to:
navigation
,
search
To determine how long a TSQL query takes to run use the statistics timer. See example below SET STATISTICS TIME ON; select * from myTable SET STATISTICS TIME OFF;
See also
Personal tools
Namespaces
Article
Variants
Views
Read
Actions
Search
Navigation
Lou Prado Home Page