I have already reviewed some resources and just want to clarify and get an opinion.
First of all, in order to completely avoid any problems, we could simply not worry about using identifier columns as primary keys, instead they generated themselves and simply received these values ββin both directions, believing that they are always unique at any time creation.
For the purposes of this question, I am talking about two or more replication methods for solving global access problems, and we have identifier columns.
Now we are setting up transactional replication, and both databases must be copied with each other.
As I understand it, you allocate a series of seed values ββto each database server, and it will use them, you know that there is a unique reason why you gave ranges that do not overlap. Does this mean that during replication these values ββare inserted into the start column?
therefore, if you allocate ranges 1-10 and 11-20 to 2 servers, as soon as each server has inserted 10 rows, will you have 1-20 seeds in both databases?
sql sql-server-2005 replication sql-server-2000
Robert
source share