Is there a way to get the current CPU Utilization out of SQL Server Query Analyzer. All I have found is SELECT @@CPU_BUSY which seems to show how much time the CPU has spent processing SQL Server requests, but what I want is something like current % total used, and current % used by just sql server.
jimmY
jimmY