How do you troubleshoot SQL Server if its running very slow?

Answer Posted / abc

we can check for the cpu utilization from the task manager
and if it above 80% then we have to check the status of
indexes or we can say we have to recreate the statics as
well as indexes.
there are many other factors but in production servers
indexing causes a great performance enhancement.Also we
have to check whether large I/o operations are not
hindering the performance.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Introduction of rollup clause using sum and group by clause?

711


What is SQL Azure Firewall?

128


How to create indexed view?

736


What are triggers? How do you invoke a trigger on demand?

979


What are information schema views?

745


How to view existing indexes on an given table using sp_help?

806


Explain what are the database objects? : SQL Server Architecture

759


How do you manipulate data?

668


What are a scheduled jobs?

701


What are the triggers in sql?

749


In which tcp/ip port does sql server run? Can it be changed?

728


How to use “drop” keyword in sql server and give an example?

864


What is difference between delete and truncate commands?

703


What is the partitioning method?

757


What is model database? : SQL Server Architecture

771