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 |
How to change the data type of an existing column with "alter table" statements in ms sql server?
What are triggers? How do you invoke a trigger on demand?
Explain foreign key in sql server?
What is an indexing technique?
What is sqlcmd?
Explain about SQLOS?
What is multilevel indexing?
What are distributed partitioned views?
What is the difference between online clustering and Offline clustering?
Explain ms sql server reporting services vs crystal reports?
What is Online Index Rebuild Operation?
Explain stored procedure?
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)