I have a database which have multiple tables but these tables have not any relationship define(Referential integrity) in database. They are related to each other but maintained by trigger and application. I have created custom conflict resolver on Microsoft SQL server 2008 R2 merge replication.
Question: I want to replicate the data between subscribers based on custom conflict resolver and want to maintain the data integrity between tables.
Please let me know. If you have any idea.
How we can do it?
Thank you