The information in this article applies to:
BUG #: 15653 (6.00) SYMPTOMS
If a stored procedure creates a global temporary table, then running
another stored procedure that opens a cursor on this global temporary table
may cause either a thread-level access violation (AV), shut down server (if
its query plan has been pushed out of the procedure cache), or cause the
following error message:
WORKAROUNDTo work around this problem, use a permanent table rather than a global temporary table. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: unhandled exception
Keywords : kbusage SSrvStProc kbbug6.00 |
Last Reviewed: April 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |