Re: Kill Process
From: Alicia (anonymous_at_discussions.microsoft.com)
Date: 05/18/04
- Next message: Gary Murphy: "Maintenance Plans"
- Previous message: Aaron Bertrand - MVP: "Re: Growing Database problem,"
- In reply to: Russell Fields: "Re: Kill Process"
- Next in thread: Aaron Bertrand - MVP: "Re: Kill Process"
- Reply: Aaron Bertrand - MVP: "Re: Kill Process"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 12:26:04 -0700
you can add the status_only clause to Kill.
One question - if it's rolled back 100% but still not ending, is it running something outside of SQL? I.e. something like sp_OaCreate to run a COM component or xp_cmdshell or xp_sendmail?
If that's the case then SQL can lose sight of whether the process is active or not - normally because the dll (or whatever) hasn't reported status back.
Alicia
- Next message: Gary Murphy: "Maintenance Plans"
- Previous message: Aaron Bertrand - MVP: "Re: Growing Database problem,"
- In reply to: Russell Fields: "Re: Kill Process"
- Next in thread: Aaron Bertrand - MVP: "Re: Kill Process"
- Reply: Aaron Bertrand - MVP: "Re: Kill Process"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|