@@CPU_BUSY Shows the number of busy CPU milliseconds since the SQL Server instance was last started. : CPU_BUSY « System Settings « SQL Server / T-SQL Tutorial






3>
4> SELECT 'CPUBusy', @@CPU_BUSY
5> GO

------- -----------
CPUBusy         514

(1 rows affected)








26.3.CPU_BUSY
26.3.1.@@CPU_BUSY Shows the number of busy CPU milliseconds since the SQL Server instance was last started.