0
I have an environment with 2 branches, each branch has to have an application server with an SQL SERVER installed, I have configured the transaction Replication which is working perfectly, but if 2 people in different branches are entering data in the same table at the same time I get the primary key error violated.
I would like a configuration suggestion for this environment, I really need to keep a server in each branch for the application to get fast.
Thank you!
I think making lock table solves http://stackoverflow.com/a/23759307/3130590
– SneepS NinjA