BUG: Orphaned Connection Processes Are Not ClearedLast reviewed: April 8, 1997Article ID: Q152059 |
The information in this article applies to:
SYMPTOMSWhen a SQL Server RPC session does not return for whatever reasons (for example, it is blocked on the remote server, or the remote server hangs), and the SQL client process that initiated the RPC session is terminated either normally or abnormally, SQL Server does not clean up the "ghost" or "orphaned" client connection process, even if the client session is already dropped at the network or operating system level. If this ghost client process holds locks on some SQL Server objects, it will block other processes from accessing these objects as well. Trying to kill this client process will not work either. The only way to release the blocking is to reboot the SQL Server.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 4.21, 6.0, and 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: ghost hang block lockup
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |