What are the factors you will check for the performane
optimization for a database query?

Answer Posted / ponguru

It is very big thing...Let me explain in short..Run the
profiler and catch the Logical reads/Physical reads/CUP
values.

find out where values are more(huge) and take Excution plan
and study it ...here you can find out where the problem.

In general scenarios Data also matters that means If your
Dev/Test enviroment not having that much Data which has
Prod.

Get the large Data and do above scenarios and you came know
what is cause.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can compare two database data?

685


What is #table in sql server?

739


‘Order by’ is not allowed in a view how can you sort information from a view?

796


How do you delete a data source?

749


What is the purpose of the tempdb database?

747






What is the chart in report?

125


How to encrypt data between dialogs?

764


What is role playing dimension with two examples? : sql server analysis services, ssas

775


How to get the definition of a trigger back?

728


How to optimize stored procedures in sql server?

830


What is filestream?

739


How to delete duplicate rows?

708


What is replication with database mirroring? : sql server database administration

701


What is spid in sql server profiler?

726


What is the difference between createstatement and preparedstatement?

689