From: Manish on
Hello!
I am having typical scenario in sql merge replication.
I need to synchronize table with data and schema changes.
But for one column in the table should not be replicated. Schema of
the column should be replicated but data should not be.
The column allows null so how to stop data replication for selected
columns. Schema changes should be propagated.
For other columns the data and schema changes should be replicated.