0
kicks
SQL Server: Understanding Output of SET STATISTICS TIME ON
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.