October 4, 2004 at 9:21 am
Is there any way I can get rid of the Killed/Rollback processes from the sysprocesses with out restarting the sql server service??? These transaction are struck from 3 to 4 days has nothing but an active connection to sql server and no active connection on OS side however it showing the KPID a non zero value.
Thanks
shas3
Shas3
October 4, 2004 at 1:25 pm
A non zero kpid means that the spid is in runnable state. Try to recylce the service or program which created this spid.
October 4, 2004 at 1:29 pm
If KILL won't do it, and I'd be sure to run it a few times, you have to restart the server.
October 4, 2004 at 1:36 pm
Nope. I sure don't want to restart the service.
Shas3
October 4, 2004 at 1:39 pm
I have a same situation (one Kill/Rollback process has been hanging last six month) and I just didn't want to restart the service just because of that. It just bug me but I don't see any bad side of it until next time I HAVE TO restart the service for other compaling reason..
October 4, 2004 at 2:14 pm
Just spoke with the MS rep and the only way that we can clear those SPIDS is to cycle the service after the process has been killed
Shas3
October 4, 2004 at 6:21 pm
I thnk you are probably ok with leaving it until you can reboot. I've had DTS jobs that I've killed from DTS as well as SQL and just let them run,
October 5, 2004 at 9:05 am
Having same issues.
How to cycle the service?
January 4, 2006 at 1:20 am
I am currently having the same problem, I have 3 processes like that. Can this prevent replication of a database. I believe that is preventing my replication from working, I have 2 other databases being replicated the exact same way, it is only the one which has locked processes and is failing. How do you recyle the service? and which service are you talking about?
January 4, 2006 at 9:57 am
Unfortunatly, it is SQL Services. If you have an instance, you can just restart the instance of that but still, it is still SQL Service. (i.e MSSQLSERVER for default instance).
Just to make sure to restart the sql agent manually if you are only going to restart the service only not rebooting the box. I've seen many folks leave the agents to be not started for a while until they realized that the backup/maintenance jobs weren't working
August 31, 2010 at 3:27 pm
I had the same issue. I wait two days and waiting to clear the killed/rollback process by itself. I am end up with restart the SQL service and it clears.
Sandip
August 31, 2010 at 3:42 pm
Please note: 6 year old thread.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 31, 2010 at 3:46 pm
GilaMonster (8/31/2010)
Please note: 6 year old thread.
I wonder if someone forgot to do a RESET after running DBCC TimeWarp 😀
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
Viewing 13 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic. Login to reply