What is the behind the scenes mechanism that Merge Replication uses in order to not increment the IDENTITY range value? I know that by specifying the NOT FOR REPLICATION after the IDENTITY column definition Replication achieves this behavior. What I am interested in is how come Replication does not increment the seed value for the IDENTITY column. Is there a way to duplicate this functionality?
↧