The information in this article applies to:
SYMPTOMS
Under 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.
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 the Microsoft products listed at the beginning of this article. Additional query words: 703
Keywords : kbprg SSrvStProc kbbug4.20 SSrvWinNT |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |