Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
scelamko
Constraint Violating Yak Guru
309 Posts |
Posted - 2010-11-29 : 11:16:01
|
Guys,I have a situation in SQL 2008 (SP2) 64 bit where the CPU remains static at 35-40% consumed by SQL Server exe process, I have tried to check the processes consuming the CPU none of them come from the queries against the user created databases. SELECT * FROM sys.SYSPROCESSES --where spid = 55ORDER BY cpu DESClastwaittype cpuPREEMPTIVE_XE_CALLBACKEXECUTE 173294828LAZYWRITER_SLEEP 2568812Is there anyway to find out what is causing high cpu (there are no sql jobs running during this time), any inputs or suggestions would be helpful.Thanks |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|