SQL Server Forums
Profile | Register | Active Topics | Members | Search | Forum FAQ
 
Register Now and get your question answered!
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Processs in wait state
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Peter99
Constraint Violating Yak Guru

479 Posts

Posted - 06/28/2012 :  10:28:36  Show Profile  Reply with Quote
Hi,

I have one process in that is in wait state since last 2 weeks. In process type it shows MSQL_XP. It is system background process run by sa. It is right now trying to execute sp. It may be external sp. I don't know what it is doing right now. But it is in wait state for last 2 weeks. It is also consuming cpu. In cpu consumption column in activity monitor it is on the top. I want to remove/delete this process. Please let me know how to handle this situation?

Thanks

robvolk
Most Valuable Yak

USA
15566 Posts

Posted - 06/28/2012 :  10:38:35  Show Profile  Visit robvolk's Homepage  Reply with Quote
Get the session_id/SPID from the report and KILL it (e.g. spid 101):

KILL 101
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
SQL Server Forums © 2000-2009 SQLTeam Publishing, LLC Go To Top Of Page
This page was generated in 0.11 seconds. Powered By: Snitz Forums 2000