BUG: Stored Procedure Is Truncated in Enterprise Manager

ID: Q156354


The information in this article applies to:
  • Microsoft SQL Server version 6.0

BUG #: 15870

SYMPTOMS

A stored procedure will be truncated if both of the following are true:

  • You attempt to edit the stored procedure in the Server Manager window of Enterprise Manager.

    -and-


  • The stored procedure is larger than 32,000 bytes.



WORKAROUND

To work around this problem, use either ISQL\W or ISQL to modify the stored procedure. You can edit stored procedures of up to 64K in this manner. This is the maximum size of a stored procedure in SQL Server.


STATUS

Microsoft has confirmed this to be a problem in Microsoft SQL Server version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

Additional query words: truncate gone missing vanished disappear

Keywords : kbusage SSrvEntMan SSrvISQL SSrvStProc kbbug6.00
Version : 6.0
Platform : WINDOWS
Issue type :


Last Reviewed: April 1, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.