FIX: Syntax Error Reporting Disabled w/ St Proc >68 PagesLast reviewed: May 1, 1997Article ID: Q138477 |
The information in this article applies to:
SYMPTOMSSyntax error reporting is disabled when the query plan size of a stored procedure exceeds 68 pages. You can verify the query plan size by running DBCC MEMUSAGE after creating a stored procedure without any syntax-errors. The stored procedure has been created, but will not exist in the database, thus it will not be displayed in the DBCC MEMUSAGE output.
WORKAROUNDReduce the size of the stored procedure so that it is less than 68 pages.
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 6.0. This problem was corrected in Service Pack 2 for SQL Server version 6.0. For more information, contact your primary support provider.
|
Additional query words: SQL STORED PROCEDURE SYNTAX
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |