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 to create dbo table in sql server?

0 Answers  


What is openxml in sql server?

0 Answers  


How to find the date and time of last updated table?

3 Answers  


OPTIMIZATION OF SP,CURSOR,TRIGGERS

0 Answers  


What is normalization in Database ?

4 Answers  






Wht is Stuff in sql ser

2 Answers  


What is a linked server in sql server?

0 Answers  


What stored by the model? : sql server database administration

0 Answers  


Does index speed up select statements?

0 Answers  


How to create a store procedure with encryption?

0 Answers  


Explain what are partitioned views and distributed partitioned views?

0 Answers  


what is package and it uses and how can u call a package

0 Answers   Satyam,


Categories