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

ID: Q138477

The information in this article applies to: BUG# NT: 11209 (6.00)

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          : kbprg SSrvProg SSrvStProc kbbug6.00 kbfix6.00.sp2 
Version           : 6.0
Platform          : WINDOWS

Last Reviewed: May 2, 1997