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

Answer Posted / guest

First check the processor and memory usage to see that
processor is not above 80% utilization and memory not above
40-45% utilization then check the disk utilization using
Performance Monitor, Secondly, use SQL Profiler to check for
the users and current SQL activities and jobs running which
might be a problem. Third would be to run UPDATE_STATISTICS
command to update the indexes

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the capabilities of cursors?

535


How to store and query spatial data?

564


What are different types of raid levels?

555


How many levels of sp nesting are possible?

557


Which joins are sql server default?

513






Write query to return all rows sql?

621


Difference between LEN() and DATALENGTH() in sql server ?

596


Which are ddl commands?

545


how to do partition in sqlserver

1974


What are the transaction properties?

561


What is side by side migration in sql server?

545


What is data compression?

548


Do you know how to implement service broker?

539


Why do we use trigger?

559


Explain the properties of a relational table?

565