The information in this article applies to:
SYMPTOMS
In Microsoft SQL Server version 6.5, scripts for stored procedures are
generated in alphabetical order if the object dependencies options is not
selected. When you run the script to create the stored procedures, you will
get the following error message:
This error does not affect your ability to use the stored procedures. They will be created and you will be able to run them. You can avoid this error message by selecting the "include object dependencies" option when the scripts are generated. However, the script will include all other objects that the stored procedures depend on. This may cause problems if you select the drop objects option and the stored procedures depend on tables. WORKAROUND
To work around this problem, do either of the following:
Additional query words: Enterprise manager SEM DMO ::Script()
Keywords : kbtool kbusage SSrvEntMan |
Last Reviewed: April 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |