The information in this article applies to:
BUG #: 56582 (SQLBUG_70) SYMPTOMSPublishing a table for transactional replication relies on a primary key constraint being created on that table. However, after replication has been set up, it is possible to drop the constraint. This should not be allowed and it results in the logreader task failing with the following errors displayed in the logreader log:
WORKAROUNDTo work around this problem, do not alter or drop the primary key constraint for a table that is published for transactional replication. If the primary key for a table must be altered, the table must be unpublished and then re-published. STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : SSrvDRI SSrvRep kbbug7.00 kbSQLServ700bug |
Last Reviewed: December 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |