I am using merge replication to synchronize data between two databases. It creates a new column in each article table 'rowguid'. At the time of sync, it is throwing error:
Column 'rowguid' in table 'TableName' is invalid for creating a default constraint.
I have tried recreating the publication & subscribers but no luck.