The information in this article applies to:
BUG#: 12456 (6.00) SYMPTOMSExecuting a long local string variable without parantheses can hang the server with SQL Server version 6.0, or generate a thread-level handled access violation (AV) with Service Pack 2 for SQL Server version 6.0. The client connection does not terminate completely and will appear to hang even though the client process has been terminated by SQL Server. WORKAROUNDEXEC is documented to execute the string only with parantheses. Always execute the string within parantheses. STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.0. We are researching this problem and will post new information
here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Executing a string variable without the parantheses can hang the server. It
generates a "stored procedure %s not found" message if the string is < 128
characters; if the string >= 128 characters, it generates an Access
Violation and hangs the server with the released version of SQL Server 6.0.
Additional query words: av client hang
Keywords : kbprg SSrvProg kbbug6.00 kbbug6.00.sp2 |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |