The information in this article applies to:
BUG# NT: 11237 (6.00) SYMPTOMS
If a cursor is opened that contains a union between two queries, you may
receive errors such as:
And in some cases, the following message may also occur:
WORKAROUNDThis generally occurs when there are other Transact-SQL statements preceding the declaration of the cursor. Moving the cursor to the beginning of the batch may prevent the errors from occurring. STATUSMicrosoft has confirmed this to be a problem in SQL Server for Windows NT version 6.0. This problem was corrected in Service Pack 2 for SQL Server version 6.0. For more information, contact your primary support provider. MORE INFORMATIONChanging the UNION to a UNION ALL can cause the problem seemingly to disappear. However, in some cases, the batch runs without any error in the errorlog or to the client, but the connection is broken and the dbproc is dead. Additional query words: sql6 cursor union dropped
Keywords : kbprg SSrvProg kbbug6.00 kbfix6.00.sp2 |
Last Reviewed: April 20, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |