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
What happens if we shrink log file in sql server?
How to download and install microsoft sql server management studio express?
what is a transaction? : Sql server database administration
what are different types of raid configurations? : Sql server database administration
What is the security model used in sql server 2005?
what are different types of backups available in sql server? : Sql server database administration
How connect excel to sql server?
What are the joins in sql server? : sql server database administration
Explain transaction server consistency?
What is the new security features added in sql server 2016? : sql server security
How to replace null values in expressions using isnull()?
Tell about MOM Tool(Microsoft Operator Manager)?
How to list all dsn entries on your local machine using odbc_data_source()?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
What is 'write-ahead log' in sql server 2000 ?