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
Variants
Views
Actions
Navigation