Run this query to see if there is an increasing amount on a particular SPID
select spid, cpu, physical_io from sysprocesses order by cpu desc
an extension of dannyg
Run this query to see if there is an increasing amount on a particular SPID
select spid, cpu, physical_io from sysprocesses order by cpu desc