August 29, 2007 at 10:38 am
Hi All,
How to measure the performance of a stored procedure. is there any specific methods available ?
Regards
Karthik
karthik
August 29, 2007 at 10:54 am
Many people lok at the Execution Plan to see what the procedure is doing and measure the time.
August 29, 2007 at 11:45 am
I use SQL Profiler to measure the CPU, DURATION, WRITES and most important, READS.
N 56°04'39.16"
E 12°55'05.25"
August 29, 2007 at 12:39 pm
I do a combination of both. Execution plan is important, but so is logical reads. Stored procedure performance is subjective. What are you trying to accomplish?
August 30, 2007 at 6:02 am
Maybe still answering questions from interview?
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply