How do you troubleshoot SQL Server if its running very slow?
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
List the types of recovery model available in sql server?
What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
11 Answers World Tech, Yardi Software,
create index a on employee(dno) In this,which index was created?
What is purpose of normalization?
What is a non equi join?
which is best institute to learn sql server in ameerpet or sr nagar or maithrivanam?please help
How to Update from select query in sql server?
How will you monitor replication latency in transactional replication? : sql server replication
How to assign new column names in a view?
How to delete existing triggers using "drop trigger"?
What are trace flags?
what is checksum in sql server.........???