Was this an extended stored procedure? From Microsoft support:
http://support.microsoft.c
Transact-SQL KILL
Another aspect of the loopback connection or extended stored procedure execution in general is the use of the Transact-SQL KILL statement. Because the KILL statement is Transact-SQL based, the current Open Data Services API set has no knowledge of the Transact-SQL KILL status. An extended stored procedure must look for SRV_GOTATTENTION so it can handle requests from the client to cancel the operation. However, the SA currently cannot issue a Transact-SQL KILL statement to interrupt the execution of an extended stored procedure. This makes it more important that you properly use bound connections and good coding practices. A Design Change Request (DCR) has been filed with SQL Server development to extend the functionality of the Transact-SQL KILL statement to extended stored procedures.
Main Topics
Browse All Topics





by: ptjcbPosted on 2005-10-24 at 09:28:11ID: 15147830
Estimated time remaining = 0 - that tells me that the process will not die; you will have to stop and restart SQL Server.