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...

What are the steps you will take to improve performance of a
poor performing query?

Answer Posted / m.sivakumar

Some general issues that you could talk about would be:

No indexes,
table scans,
missing or out of date statistics,
blocking, excess recompilations of stored procedures,
procedures and triggers without SET NOCOUNT ON,
poorly written query with unnecessarily complicated joins,

too much normalization, excess usage of cursors and temporary
tables.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?

1093


What is a livelock?

1016


What do you mean by a dependent functionality in a build?

1197


What are the two modes of authentication in sql server?

1136


Can you explain what are various ways to enhance the ssrs report?

1066


How to create new tables with "select ... Into" statements in ms sql server?

1047


Define self join in sql server joins?

995


What are the differences between union, intersect, and minus operators?

1139


What is proper subset of candidate key?

1041


How many instances per computer are there in sql server 2000?

1118


What is Replication?

1106


how to invoke a trigger on demand? : Sql server database administration

1142


How to get @@error and @@rowcount at the same time?

1083


Can you always create a cache of a report?

178


What part does database design plays a role in performance of an sql server-based application?

1033