The information in this article applies to:
SYMPTOMSTransfer of objects using the Transfer Manager in SQL 6.5 or Data Transformation Services (DTS) in SQL 7.0 is unable to transfer a stored procedure that is owned by a user other than 'dbo' when the stored procedure is preceded by a multi-line comment. The transfer will error out with the following message in the log file:
CAUSE
This error occurs any time the stored procedure being transferred is not owned by 'dbo'.
WORKAROUNDTo avoid this problem it is recommended that all comments for stored procedures be placed inline with the procedure statements, after the CREATE PROC command as follows:
Additional query words:
Keywords : SSrvTrans kbbug6.50 kbbug7.00 kbSQLServ650bug kbSQLServ700bug |
Last Reviewed: December 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |