I am executing a stored procedure and want to get the duration of all the procedure, but I get only the duration of each block.
How to do that?
Thanks :)
I am executing a stored procedure and want to get the duration of all the procedure, but I get only the duration of each block.
How to do that?
Thanks :)
You can find the answer in the following pages:
Measuring Query Performance : "Execution Plan Query Cost" vs "Time Taken"
and