We might have used below commands while working on Tuning to identify the CPU time, Elapse Time and ,No.of Reads.
SET STATISTICS IO ON SET STATISTICS TIME ON
We can combine this two commands on a single line by separating them with commas as below SET STATISTICS IO, TIME ON
Published under: SQL Server Tips · · · ·
Thank you for sharing tip...
Though i know this for some time, I am not using in practise. Often i put individual commands. Needs to start to utilize this..