CPU usage value in SqlAgent

  • Hi,

     

    Can any one tell me which xp/sp is calculating the CPU idle condition as per the SQL Agent cpu idle condition.

    I need to find out the cpu load on the system in the application useing tsql/vbscript.

  • In order ot dig out up to the tsql/vbscript, you may have to use SQL Server Profiler, I believe.

  • select @@cpu_idle will gv u wht u r looking for.

    Pankaj Khanna
    Database Administrator - SQL Server 2000

    Keep hope to keep you intact...

  • PlusSELECT * FROM master..sysprocesses

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply