BUG: Stored Proc Can Cause Thread-Level AV After Dump/Load |
Q150218
If 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.
Limited testing has shown that the scenario for reproducing this problem
has a narrow scope:
Do not create a temporary table with the same table name within two stored procedures if one stored procedure needs to call the other one.
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.
Additional query words: av
Keywords : kbprogramming
Issue type :
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600
|
Last Reviewed: March 27, 1999 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |