The information in this article applies to:
BUG #: 56522 (SQLBUG_70) SYMPTOMS
When restoring the backup of a database, which is enabled for Transactional and Merge Replication (Sysdatabases.Category = 5), to a non-published database on a different server, the merge replication system tables are not dropped and the user tables on the destination server's database cannot be dropped. If the backup is restored on the same server (different database), then the restore works fine and the replication information is removed. WORKAROUNDTo work around this problem, you can either:
NOTE: Contact Microsoft Product Support Services if you need to drop the user tables and are unable to do so. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. MORE INFORMATIONSteps To Reproduce The Problem
If you try to drop these tables manually from the SQL Enterprise Manager (SEM), you get the following error message:
However, you can drop these tables using the DROP TABLE syntax from the SQL Query Analyzer. If you try to drop the user tables in the destination database, you get this error message: Contact Microsoft Product Support Services if you need to drop the user tables and are unable to do so. Additional query words: Error 3724
Keywords : |
Last Reviewed: January 12, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |