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?



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

Answer / 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

More SQL Server Interview Questions

what are file groups?

3 Answers   Evalueserve,


What are the types of containers in ssis?

0 Answers  


we have emp table like Ename,EDOJ,EDOB with Column structure.but we want to know the employee Age.How? Any Body Plz

6 Answers  


What are the different types of collation sensitivity?

0 Answers  


how to get max salary with employee number by using one select query and max function ??

3 Answers   Genpact,


How do I find query history in sql server?

0 Answers  


Explain candidate key, alternate key, and composite key?

0 Answers  


What is difference between equi join and natural join?

0 Answers  


What are magic tables in sql server?

0 Answers  


What is the difference between DataRow.Delete() and DataRow.Remove()?

0 Answers  


Where can you find the error log information? : sql server database administration

0 Answers  


can you any body tell me simple recovery,full recovery,bulk logged recovery where can use?

1 Answers  


Categories