The information in this article applies to:
BUG #: 15627 (Windows: 6.0) SYMPTOMS
A stored procedure that contains multiple cursors and temporary tables may
cause error 2805:
The procedure involved contains two cursors that reference four other user tables. Temporary tables are also used for temporary storage inside the procedure. The procedure normally runs fine without any errors. However, if you run it in a while loop, and break the loop execution before it finishes, any further execution of this procedure causes error 2805. WORKAROUNDWhen this error occurs, re-create the stored procedure. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.0. This problem does not occur in Microsoft SQL Server version 6.5. Additional query words: sp cursors temp proc
Keywords : kbusage SSrvStProc kbbug6.00 |
Last Reviewed: April 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |