The information in this article applies to:
Bug #: 15417 (SQLBUG_60_RW and SQLBUG_65) SYMPTOMSWhen you create a stored procedure (sproc) or a trigger, view, default, or rule within an EXEC statement, the object is created but no entry for it is recorded in syscomments. STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.0.
MORE INFORMATIONThe object can be used as normal, the only problems being that the text is not stored anywhere and that you cannot generate scripts for that object. The following script demonstrates the problem:
Additional query words:
Keywords : kbbug6.50 kbfix6.50.SP5 kbbug6.00 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |