BUG: Stored Procedure Tree May Grow After Restarting ServerLast reviewed: April 29, 1997Article ID: Q112712 |
The information in this article applies to:
NT: 521 (4.21) SYMPTOMSUnder some very special situations, a stored procedure tree in sysprocedures may grow in size if the stored procedure creates many temporary tables and vigorously manipulates them using INSERT, DELETE, or UPDATE statements. The growth may occur each time SQL Server is restarted and the stored procedure is executed for the first time after the restart. The subsequent executions of the procedure do not make it grow if the server is not restarted.
CAUSESQL Server may incorrectly maintain stored procedure trees under certain situations if the stored procedure creates and manipulates many temporary tables and SQL Server is restarted.
WORKAROUNDDrop and recreate the stored procedure fixes this problem.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 4.2 for OS/2 and Microsoft SQL Server version 4.21. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: 703
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |