I have Transactional replication in SQL Server 2014 which is running fine , no issues found as of now.
Replication Topology:
Publisher 1 with 10 tables -----> Subscriber ABC
Publisher 1 with 10 tables -----> Subscriber XYZ
now, out of 10 tables which involved in replication, i have a table with CC number column(NOT ENCRYPTED) and i am ok to replicate CC data to Subscriber ABC
but i do not want to replicate CC data column to XYZ.
how can do this?
I am aware of taking out entire table in Publication but never did the scenario above..
can someone help me providing some info?
Thanks