Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you measure the performance of a stored procedure?

Answers were Sorted based on User's Feedback



How do you measure the performance of a stored procedure?..

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

How do you measure the performance of a stored procedure?..

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 do you measure the performance of a stored procedure?..

Answer / vb

Execution time is fast

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More SQL Server Interview Questions

what is the difference between Delete and Truncate command in SQL

0 Answers   BirlaSoft,


Define compound operators?

0 Answers  


How to delete an existing database user?

0 Answers  


How to count duplicated values in a column in ms sql server?

0 Answers  


diffrence between function and procedure

5 Answers   Wipro,


what is the system function to get current user's user id? : Sql server database administration

0 Answers  


How to test subquery results with the exists operator?

0 Answers  


List out different types of normalizations in sql server and explain each of them?

0 Answers  


What are commit and rollback in sql?

0 Answers  


What are some of the pros and cons of not dropping the sql server builtinadministrators group? : sql server security

0 Answers  


Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture

0 Answers  


What is the use of sign function?

0 Answers  


Categories