How do you fine the performance tunning?
Answers were Sorted based on User's Feedback
Answer / visala
first we have to check indexes are there or not,
check whether the statistics are updated or not,
check fragmentation is there or not,
check availability of joins,
check availability of aggregatefnctions,
may be networking problem,
may be hardware problem
then we tunne according to these problems
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / shivaraj
it is depends on
Data base design.
Hardware Sizing,
Application T- SQL codes- Indexes,Stored
Procedues,constraints
no of clients
no users
Type of data and Quantity base storage capacity on daily
basis
Is This Answer Correct ? | 3 Yes | 0 No |
When would you prefer to have a minimum number of indexes?
How to execute multiple stored procedures at one time in sql server?
Can we perform backup restore operation on tempdb? : sql server database administration
What is create command?
What are the dis_advantages of stored procedures, triggers, indexes?
What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
What is advantage data architect?
What is the stuff and how does it differ from the replace function?
What is normalization according to you and explain its different levels?
What is the process of normalising?
What is partition index in sql server?
What is implicit mode in sql server?