Click here to Skip to main content
16,022,896 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I used SET STATISTICS TIME ON to find the execution time of a set of SQL queries. Each time i execute the query, i get a different execution time.

I cleared Cache before each execution. But still i don't get a consistent Execution time. The first time i executed the query and got 39ms as the total execution time. But the next time i executed the same set of queries i got 486ms as execution time. i'm not sure if i'm interpreting it in the wrong way.

What should i do?
Posted

1 solution

Please use SQL Profiler to check exact time taken for each query..
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900