cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

We have multiple clients that are in, what we call, a three-tiered replicating environment. This means we have a Main Site that has Remote Sites. Once those Remote Sites are loaded, we create sites in those and extract them. So the main site never really 'knows' about the third level of remote sites.

My question is, will there be a problem with using Global Autoincrements in this type of replicating environment?

EDIT:
Will the databases be able to automatically generate the global database id themselves and have them all still be global, or do I need to hook into the extraction stored procedure and generate them myself?

Thanks,
Calvin

View Entire Topic
Former Member

Calvin I'm not an Replication specialist, but as I know if you have an unique GLOBAL DATABASE ID, you should have no problems.

Former Member
0 Likes

That's true. I've reworded the question a bit to explain a little more.