How do you measure the performance of a stored procedure?

Answers were Sorted based on User's Feedback



How do you measure the performance of a stored procedure?..

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

How do you measure the performance of a stored procedure?..

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 do you measure the performance of a stored procedure?..

Answer / vb

Execution time is fast

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More SQL Server Interview Questions

How many .ndf files can we create in Sql server 2005?

2 Answers   Wipro,


Can we move Resource database from one path to another? If yes,How can we?

1 Answers   Wipro,


What is query optimizer in sql server?

0 Answers  


How to assign new column names in a view?

0 Answers  


What is thr feature of change data capture?

0 Answers  






What is public role in sql server?

0 Answers  


what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration

0 Answers  


What is the default fill factor value?

0 Answers  


What is the difference between SQL notification and SQL invalidation?

0 Answers   MindCracker,


Explain SELF JOIN ?

3 Answers   ADP,


What is normalization of database?

0 Answers  


What is the default port for SQL Server over a firewall?

0 Answers   Microsoft,


Categories