June 27, 2005 at 10:16 am
Hello again!
I am implementing the following situation:
a) Server A - MSDE replicates Table_x to Server B - MSDE.
b) Server B - MSDE (has now Table_x and) replicates Table_x to Server C - SQL Server.
All replications are Snapshot type.
a) works well
b) When I create the publication in Server B, replication in Server A get the error:
"Cannot DROP Table_x because it is used for replication."
I discover that the problem is a Name Conflict, because at the time is scheduled, the distribution agent cannot delete table_x in server B. That table is used by server B in replication!!!
I solve the problem in article properties (Server A) in the tab Snapshot, Name Conflicts. I enabled "Delete all data in the existing table."
I am correct?
This is the best solution?
Thanks!
Claudia
Cláudia Rego
www.footballbesttips.com
June 28, 2005 at 4:42 am
you are correct - this is the way to do this.
--
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
June 28, 2005 at 10:54 am
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply