In our environment,all tables have identity columns with primary key on them. We want to introduce Peer to Peer replication in order to setup another server at a different data center which will be used for reads and writes. The setup is more complicated
because of identity columns. I thought of using composite key. But not sure how to setup. As we cannot filter the data either horizontally or vertically, how to replicate the data without conflicts?
↧