The information in this article applies to:
BUG #: 55334 (SQLBUG_70) SYMPTOMS
You cannot modify a stored procedure group with SQL Enterprise Manager.
You can execute either stored procedure in the group. However, if you attempt to add a new stored procedure to the group in Enterprise Manager, you will receive the following error message when you click Check Syntax:
If you ignore that warning, or simply never click Check Syntax, you will receive the following error message when you click Apply or OK:
WORKAROUNDUse a different tool, such as Query Analyzer, to add a new stored procedure to the group. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATION
A procedure can be created with the same name as an existing stored procedure if it is given a different identification number. This allows the procedures to be grouped logically and to be deleted at the same time. For example, the procedures might be named my_proc;1, my_proc;2, and so on. Deleting my_proc deletes the entire group. After procedures have been grouped, individual procedures within the group cannot be deleted. Additional query words: version group sproc semi-colon revision versioned
Keywords : kbSQLServ700bug |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |