Link to home
Start Free TrialLog in
Avatar of jharwood
jharwood

asked on

sp_reset_connection

When I run sp_who2 active, sp_reset_connection is always either dormant or runnable. This is an extended stored procedure, but I cannot find any information on it. I have been having cpu and response time problems lately and when I run the sp_who, it's there as dormant, but holding cpu. I kill it, and the system returns to normal. The isn't any obvious locking/blocking occuring. I am running sql2k on win2k in an active/passive cluster with dual 733's on both servers and 2gb of ram. My avg usage during peak is 30% so I am usually well under limits. Any information would be appreciated. Thanks

Regards,

Josh
ASKER CERTIFIED SOLUTION
Avatar of nigelrivett
nigelrivett

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jharwood
jharwood

ASKER

Thanks nigel!
It turns out that the culprit is a trigger on a linkedserver which (Cringe!) has two cursors in it and fires a couple of sp's remotely!