I
I
Ivan2011-05-12 10:36:56
SQL Server
Ivan, 2011-05-12 10:36:56

SQL Server 100% CPU usage?

Hello!
There was a problem with SQL Server 2008 R2 Enterprise. After a large data change in the table (several million rows added), SQL Server began to perform internal maintenance tasks and heavily load the processor. At the same time, of course, it became an order of magnitude slower to process requests. The number of external requests is in the order of the norm (I think they can be neglected).
Questions:
1. How to understand what tasks it performs? Rebuilding indexes, updating statistics…
2. How can I disable (postpone) these tasks?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
wwi, 2011-05-12
@wwi

Another option is to use "SQL Server Profiler" - you can track what resources each query and even command in a stored procedure uses

V
Vitaly Zheltyakov, 2011-05-12
@VitaZheltyakov

Check logging. We had similar problems at work due to logging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question