Re: SQL Server Service jumps to 100% of CPU time
From: Rick Sawtell (quickening_at_msn.com)
Date: 11/10/04
- Next message: Scott: "Re: Jobs don't run and are stuck with request pending"
- Previous message: Rick Sawtell: "Re: store MS word doc file in SQL database"
- In reply to: James: "SQL Server Service jumps to 100% of CPU time"
- Next in thread: Michael Cheng [MSFT]: "RE: SQL Server Service jumps to 100% of CPU time"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Nov 2004 12:57:14 -0600
"James" <jtyree@nospam.nospam> wrote in message
news:eC7woo0xEHA.1300@TK2MSFTNGP14.phx.gbl...
> Our customer is running our custom application that uses MS SQL Server
> 2000. Periodically, maybe once a week or so, the processor usage
> percentage climbs to the point where he can't even log into the server at
> the console and receives a message telling him that the server is too
> busy. If he happens to be logged in when this happens, he can stop and
> restart the service and everything is fine, however, when users start to
> log back into the application, the usage begins to climb again.
>
> Our application is a more or less a fancy cash register with some
> reporting. Customer states that they're not running any reports when this
> happens and our app isn't database intensive by any means.
>
> I'd appreciate any suggestions on where/how to begin researching what is
> causing the jump in processor usage.
>
> Thank you
>
> James
>
Run the SQL Profiler on it and see what happens.
My initial guess is that some part of your app is getting caught in a loop.
My second guess would be to check the maintenance plans and see whether or
not index rebuilds are taking place and so forth.
Rick Sawtell
MCT, MCSD, MCDBA
- Next message: Scott: "Re: Jobs don't run and are stuck with request pending"
- Previous message: Rick Sawtell: "Re: store MS word doc file in SQL database"
- In reply to: James: "SQL Server Service jumps to 100% of CPU time"
- Next in thread: Michael Cheng [MSFT]: "RE: SQL Server Service jumps to 100% of CPU time"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|