When doing the First Synchronization in Merge Replication, I'm having this error:
"Cannot delete table 'dbo.eqp_Equipment' because it is being referenced by a FOREIGN KEY constraint. (Source: MSSQLServer, Error number: 4712)"
Then I changed the "Action if name is in use" to "Truncate all data in the existing object", then I had the same issue:
"Cannot truncate table 'dbo.eqp_Equipment' because it is being referenced by a FOREIGN KEY constraint. (Source: MSSQLServer, Error number: 4712)"
How can I solve this problem?