DOCBUG: Nested SPs Can Use Temp Tables Created by ParentID: Q151559
|
The "Database Developers Companion," chapter 6, page 203, in the Stored
Procedure Rules section, incorrectly states that if a stored procedure
creates a temporary table and then calls another stored procedure, the
nested or child procedure can not reference the temporary table created by
the parent procedure.
Nested stored procedures can access all objects created by the stored
procedures that call it.
Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.0 and 6.5. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
Additional query words: child parent sp temp nested
Keywords : SSrvDoc_Err SSrvStProc kbbug6.50 kbbug6.00
Version : 6.0 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: March 27, 1999