August 19, 2006 at 7:25 am
Hi All,
I have a very serious problem. I killed a process yesterday due to the locks it was causing. The stored proc was just some statement creation, so nothing too major. The rollback seemed to go pretty quickly, but today it still says that this process is being rolled back, even if i run a kill (spid) status only it says 100% rollback completion, 0 seconds to completion.
What can i do to get rid of this process, as i suspect it is the cause of our server running so damn slow today?
August 21, 2006 at 6:03 am
The only way I know of is to stop and start the SQL Server service.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies."
Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
August 21, 2006 at 6:09 am
Verify the transaction log is not still growing. Manually execute 'checkpoint' in the database.
August 21, 2006 at 6:15 am
Thanks Guys, we finally had to reboot the server because of this and some other issues.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply