Hello,
we have 2 SQL instances (A) and (B) both on SQL2016 in merge replication.
we have recently added a new table on A (publisher) and we have requirement for anonymize data.
we want fews columns from an article
coming from A to be anonymized based on conditions (where) before getting applied on B.
or
is it possible merge replication can filter data based on VIEW created with anonymised data?
is it possible to achieve it?
thank you