We have ServerA , TableA contains 10 columns ( consider Publication)
& ServerB, TableB contains 15columns ( consider Subscriber)
i want to replicate TableA to TableB , only 10 column. but remaining columns in TableB need to be there . ( using Transactional Replication)
in article property there is "destinationObjects Property - Action if name is in use "Drop Existing object and Create new one" or "Keep existing object unchanged"
which one i can choose?
Drop Existing object and Create new one -- drop tableB & create new with 10 columns? ( remove 5 columns?)
Keep existing object unchanged -- only sycn 10 columns , remaining 5 columns is there ?