Just add following commands before and after your query:
set statistics time on -- your query set statistics time offThis will result in following lin in Messages window:
SQL Server Execution Times: CPU time = 16 ms, elapsed time = 16 ms.Simple as that.
No comments:
Post a Comment