How do you measure the performance of a stored procedure?
Answer Posted / 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 |
Post New Answer View All Answers
What is subquery? Explain the properties of a subquery?
What are pessimistic lock and optimistic lock?
What do you mean by stored techniques? How would we use it?
How to optimize stored procedures in sql server?
How to get nth highest salary from employee table.
What are the different subsets of sql?
What is conditional split?
How to insert and update data into a table with "insert" and "update" statements?
What is the command used to recompile the stored procedure at run time?
When would you use a before or after trigger?
What are sql server procedures?
Thanks to some maintenance being done, the sql server on a failover cluster needs to be brought down. How do you bring the sql server down?
How to disable a login name in ms sql server?
What is join query?
What is the difference between deallocate cursor and close cursor?