I am running SQL Server 7 service pack 4. I recently ran a test select into and stopped it. Unfortunately, I now have a zombie process because the select into was not in a transaction. Currently, the process says open transaction and runnable but it has an exclusive lock on a index table preventing me from performing an update to a record in a batch process.
Is there any way of removing the lock or killing the process?
FYI: I have already tried Kill(spid) and reboot.
Is there any way of removing the lock or killing the process?
FYI: I have already tried Kill(spid) and reboot.