BUG: Stored Proc Can Cause Thread-Level AV After Dump/LoadID: 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 : kbprg SSrvProg SSrvStProc kbbug6.00
Version : 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: March 25, 1999