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 to tune a stored procedure?

Answer Posted / gopi a

Stored Procedure is Precompiled set of quries. Stored
Procedure performence fully depended on this queries. First
Look the queries performence using Execution Plan. After
find the Queries, just check the Index(for table used in
query) and look the join conditions between tables in the
query. - This is way we need to approch to tune the SP.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of partitioning?

1177


Explain the properties of a relational table?

1074


Describe and explain about SQL native client?

1155


Can we deploy SSRS reports on our personal website?

176


What is default constraint in ms sql server?

1103


how can you check the level of fragmentation on a table? : Sql server administration

1036


What is subquery explain with example?

1121


Which are ddl commands?

1113


Do you know what is difference between index seek vs. Index scan?

1002


What are the different types of backups that exist?

1218


What do you understand by coalesce in sql server?

1127


How to link tables in sql server?

974


what is a schema in sql server 2005? : Sql server database administration

1081


How can you know if the row fetched from cursor is still valid in underlying table?

1043


How should i optimize the time for execution of stored procedure having single input and many output from the different tables?

1951