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 |
what is the difference between Delete and Truncate command in SQL
Define compound operators?
How to delete an existing database user?
How to count duplicated values in a column in ms sql server?
diffrence between function and procedure
what is the system function to get current user's user id? : Sql server database administration
How to test subquery results with the exists operator?
List out different types of normalizations in sql server and explain each of them?
What are commit and rollback in sql?
What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture
What is the use of sign function?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)