November 16, 2012 at 10:43 am
Hi,
SQL Server instance is taking 100% cpu. I tried to find the active sessions using sp_who2 'active' and I got one select statement in running. but when I see the cpuTime column for that, the value is 1063
I believe that query is taking very little CPU.
But why the SQL Server is taking 100% CPU? how to find what else is taking cpu?
Please advise.
November 19, 2012 at 1:54 am
Run Brad's DMV Starter Pack especially the CPU related DMVs against your instance, http://www.bradmcgehee.com/2010/07/free-sql-server-dmv-starter-pack/
Also read chapter 3 of the Accidental DBA guide, link in my signature below.
November 19, 2012 at 2:11 am
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply