The information in this article applies to:
BUG#: 14657 (6.00) SYMPTOMSIf a stored procedure creates a temporary table and executes another stored procedure that creates a temporary table with the same table name, it can cause a thread-level access violation (AV) the first time this stored procedure is executed after the database is dumped and then restored from the dump. CAUSE
Limited testing has shown that the scenario for reproducing this problem
has a narrow scope:
WORKAROUNDDo not create a temporary table with the same table name within two stored procedures if one stored procedure needs to call the other one. STATUSMicrosoft 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. Additional query words: av
Keywords : kbprg SSrvProg SSrvStProc kbbug6.00 |
Last Reviewed: March 25, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |