Technical Article

CPU  Performance Check.

,

Script will Provide us  about the person who is running  query and from where and why it is slowing down your CPU.

DECLARE@handle binary(20)
SELECT @handle = sql_handle FROM master..sysprocesses 
WHERE spid = SPID  -- replace with actual numeric value 
SELECT [text] FROM ::fn_get_sql(@handle)

Rate

2 (7)

You rated this post out of 5. Change rating

Share

Share

Rate

2 (7)

You rated this post out of 5. Change rating