How do you measure the performance of a stored procedure?
Answer Posted / 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 |
Post New Answer View All Answers
Name the different type of indexes in sql?
Why can there be only one clustered index and not more than one?
How to configure and test odbc dsn settings?
How to identify current user in ssrs report?
Why use cursor in sql server?
What are the types of database schema? : sql server analysis services, ssas
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
Why SQL Agent is used?
How many types of built in functions are there in sql server 2012?
Explain go command in sql server?
What is schemabinding a view?
Explain about local stored procedure?
How connect excel to sql server?
How can you fetch alternate records from a table?
How to reaname table name without using sp_Rename in sql server..?