Hi all,
I m trying to setup replication between 2 servers. ServerA has around 10 tables that needs to be copied to ServerB 10 tables. Both servers has same exact copy of tables.
Now all these 10 tables have identity columns + other data that needs to be copied to ServerB twice a day.
One way traffic. Only requirement is that at end of day both tables are sync with same data and identity values.
What kind of replication will fit here?
How to have same ID column for both tables?
Any help would be appreciated.
Thanks,