sql server - is it possible to do the Merge Replication in databases that having two different database structures? -
is possible merge replication in databases having 2 different database structures ?
do mean database has different objects (tables, stored procedures, etc.) - yes definitely. merge replication based on tables in replication tables outside have no impact. cannot have differences in table schema tables replicated. can have indexes, triggers, etc. different though on tables (although may cause replication issues).
Comments
Post a Comment