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 sub-query in sql server? Explain its properties.
How is sql server used?
What is dynamic cursor in SQL SERVER?
what is the different types of backups available in sql server? : Sql server database administration
write coding for importing sql data into a word excel...
How do we get current date in SQL Server 2000, Oracle, MS Access?
Determine how to use the inserted and deleted pseudo tables?
Explain the first normal form(1nf)?
How create table structure only from tableA to TableB if TableA have some data?
Can a table be created inside a trigger?
Can you tell me the difference between DELETE & TRUNCATE commands?
Explain comment on transactions?
Oracle (3259)
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)