Hi everyone,
I am using merge replication with the following scenario - a central server with CentralDB where information from 50 regional database servers is combined (each RegionalDBs has the same schema). Also at each RegionalDB I have table Clients and at the CentralDb I have 50 table Clients: CLients1, CLients2, .. Clients50, so that each from the RegionalDBs has its copy of the Clients table in the CentralDB.
I would like to setup merge replication that would synchronize data of those Clients tables and a few others. Is it possible to use parameter = the table name and create one publication that would merge data between CentralDB table Clients1 with RegionalDB1->CLients, CentralDB table Clients2 with RegionalDB2 table Clients... CentralDB table Clients50 with RegionalDB50 table Clients instead of setting up 50 separate publications.
Thank you in advance