How do you measure the performance of a stored procedure?
Answers were Sorted based on User's Feedback
Answer / balaji l
Run the query execution plan if the sp is optimized or not.
Optimize the query if it takes more time. Check the cpu i/o
time usage.
Is This Answer Correct ? | 13 Yes | 7 No |
Answer / jayagopal p.s
Run the sp and check the response time of that sp.If it
takes a long time to response then optimize the query to
reduce the time usage.
Is This Answer Correct ? | 4 Yes | 1 No |
How many .ndf files can we create in Sql server 2005?
Can we move Resource database from one path to another? If yes,How can we?
What is query optimizer in sql server?
How to assign new column names in a view?
What is thr feature of change data capture?
What is public role in sql server?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
What is the default fill factor value?
What is the difference between SQL notification and SQL invalidation?
Explain SELF JOIN ?
What is normalization of database?
What is the default port for SQL Server over a firewall?