Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
yasitha
Starting Member
1 Post |
Posted - 2011-01-25 : 22:55:13
|
I have created a merge replication, there are three tables with foreign keys as UserCustomerMapping, Customer-->Transactions, I have created filters among these tables as well. so sync user will get only his customers and their transactions, my problem is if I remove some customers from one of the users, incremental synchronization failed with foreign key constraints, its trying to delete records from customer table before deleting records from transaction table. |
|
|
|
|