FIX: Problems Using the KILL Command with a Stored ProcedureLast reviewed: April 9, 1997Article ID: Q158792 |
The information in this article applies to:
SYMPTOMSUsing the KILL command to end a long-running stored procedure may cause the computer running SQL Server to stop responding or go into a 100 percent CPU spin. All existing connections cannot process, and any attempts to connect will time-out. SQL Server cannot be shut down, and you must either kill it or restart Windows NT. This problem should only occur if the stored procedure is processing through a large cursor set.
WORKAROUNDUse the KILL command with discretion.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.50. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. Additional Reference Words: hang lock up freeze |
Keywords : kbbug6.50 kbfix6.50.sp2 kbusage SSrvStProc
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |