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 |
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
wat is tuff file in log shipping, wt is d use of tht file?
What are trace flags and mention a few common trace flags used with sql server?
How to compose an inquiry to demonstrate the points of interest of an understudy from students table whose name begins with k?
What are scheduled tasks in sql server?
Does order by actually change the order of the data in the tables or does it just change the output?
What does the on update no action do?
Explain the phases a transaction has to undergo?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is the difference between stored procedure and functions?
Explain the cursor lock types?
Is mysql better than sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)