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

Determine how to use the inserted and deleted pseudo tables?

0 Answers  


How many types of cursor type are there?

0 Answers  


What are different types of subquery?

0 Answers  


Explain what is scheduled job and how to create it?

0 Answers  


Explain system scalar functions?

0 Answers  






What are the steps to follow to configure SQL*Net?

0 Answers   Tech Mahindra,


Explain what are the authentication modes in sql server?

0 Answers  


Tell me what is use of except clause? How it differs from not in clause?

0 Answers  


What are different types of views?

0 Answers  


What is the native system stored procedure to execute a command against all databases?

0 Answers  


How to perform key word search in tables?

0 Answers  


What is triggers and its types?

0 Answers  


Categories