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 executereader?

561


How to download and install microsoft sql server management studio express?

577


If we delete pack Spec what will be the status of pack Body ?

975


What are the difference between data mart and data warehouse? : sql server analysis services, ssas

512


What are the difference between clustered and a non-clustered index?

599






How to create a testing table with test data in ms sql server?

569


What is multilevel indexing?

541


What is the process of normalising?

604


Can you explain different types of joins?

553


How do I make a resultset scrollable?

529


Do you know what is sql service broker?

545


What are the different type of replication in sql server?

548


Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security

590


List the ways in which dynamic sql can be executed?

653


What is instead of dml trigger?

600