Re: SQL Service saturating CPU
From: Rick Sawtell (quickening_at_msn.com)
Date: 11/11/04
- Next message: Mike Epprecht (SQL MVP): "RE: SQL Service saturating CPU"
- Previous message: Uri Dimant: "Re: SQL Service saturating CPU"
- In reply to: topokin: "SQL Service saturating CPU"
- Next in thread: Mike Epprecht (SQL MVP): "RE: SQL Service saturating CPU"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Nov 2004 08:28:03 -0600
"topokin" <topokin@discussions.microsoft.com> wrote in message
news:F992C19E-CF33-47A9-BFDB-0FCCB6453FA4@microsoft.com...
>I am for a while experiencing SQL Service "sqlservr.exe" saturating the CPU
> on our Server. The Service uses an average of 99% of CPU time, even when
> no
> user is connected to any of the configured databases. I once disconnected
> the NIC and rebooted the system, however the level still stay within 94 -
> 99
> percen.
>
> The only thing I can see running while checking through "Current Activity
> >>
> Process Info", is "dbcc inputbuffer" on Master with "SELECT INTO" command,
> yet "sqlservr.exe" still on about 99%.
>
> What could be going wrong and how can I resolve this.
>
> Regards,
> topokin
Try running profiler for a while and see what is going on in the system.
The SELECT INTO command that you are talking about was caused when you did
the current activity command.
Are indexes being rebuilt? Are statistics being updated?
Does it always run at 99% or just for short periods of time?
Turn on Performance Monitor and track the CPU usage for SQL Server for a few
hours and see if that tells you anything.
Rick Sawtell
MCT, MCSD, MCDBA
- Next message: Mike Epprecht (SQL MVP): "RE: SQL Service saturating CPU"
- Previous message: Uri Dimant: "Re: SQL Service saturating CPU"
- In reply to: topokin: "SQL Service saturating CPU"
- Next in thread: Mike Epprecht (SQL MVP): "RE: SQL Service saturating CPU"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|