Microsoft KB Archive/138477

From BetaArchive Wiki

FIX: Syntax Error Reporting Disabled w/ St Proc >68 Pages

Q138477



The information in this article applies to:


  • Microsoft SQL Server version 6.0





SYMPTOMS

Syntax 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.



WORKAROUND

Reduce the size of the stored procedure so that it is less than 68 pages.



STATUS

Microsoft 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

Keywords : kbprogramming
Issue type : kbbug
Technology : kbSQLServSearch kbAudDeveloper kbSQLServ600


Last Reviewed: March 25, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.