Good Day Everyone.
I am slightly confused here. (it doesn't take a lot to confuse me though)
I have a merge replication and it started giving me this error:
Could not drop object 'TableName' because it is referenced by a FOREIGN KEY constraint. (Source: MSSQLServer, Error number: 3726)
I understand why I m getting the error: it is trying to drop the table that is referenced in another table as a foreign constraint, what I am battling to understand is why it is trying to drop the table?
I have deleted the foreign key reference an the subscriber, the replication goes through only once and as soon as the process repeats I am stuck with this error again.
Can someone please shed some light on this?