I’m using a version of SQL Server 2005 that does not support the profiler, trying to figure out how best to compare the performance of two stored procedures. I’ve run the execution plan for each, but it’s not clear to me which of the provided metrics I should be focusing on. Do I go through and add up the various costs? What’s the best approach?
Thanks in advance.
Look at this article: Measuring SQL Performance
If you don’t want to register to free account, here is a solution 1:
2nd:
3rd:
Btw, this site has some nice articles. I’d recommend to register. It’s free.