Hi, I am wondering how the high CPU alert works in Spotlight on SQL Server Enterprise 9.2. I am looking at a development server right now that is indicating CPU use 100%. When I click diagnose, I am taken to the SQL Activity screen. Sorting by CPU ms/s, every single spid shows 0.00. sorting by Total CPU, the only one that has any numbers of significance is the Spotlight Diagnostic Server Monitoring spid. I'm not seeing what queries are causing the 100% cpu condition.
If I look at a dmv, I get really useful information.
select * from sys.dm_exec_requests
order by cpu_time desc
Is there a way that Spotlight can give me this same information?
Thanks,
Howard