SQL Server: Understanding Output of SET STATISTICS TIME ON

added by lionofdezert
3/22/2011 12:00:21 AM

182 Views

How much time a query is taking can be best measured by setting STATISTICS TIME on, by using statement SET STATISTICS TIME ON. But how to interpret its output.


0 comments