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
How to delete an existing database user?
You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
What is resource db in sql server?
What are scalar functions in sql?
what are the types of indexes? : Sql server database administration
What are logical/boolean operations in ms sql server?
How do I create an extended event in sql server?
Explain what is “asynchronous” communication in sql server service broker?
Is sql server difficult to learn?
What is sql server 2000 work load governor?
How to set database to be read_only in ms sql server?
How to drop an existing table?
How to achieve Paging of records in SQL SERVER?
List out the different types of locks available in sql server?
What is enhanced database mirroring in sql server 2008?