I am going to be using merge replication in SQL 2012 for offline clients who can synchronise their data.
The merge replication process adds a guid to each table that is being replicated, but I am wanting to know how to add an additional int id as well?
For instance our clients ring up the support desk and they have to identify a particular record they don't want to have to deal with guids.
An identity column would be ideal, but how would this work with replication? Would each site have to have a different identity range?