I am in the process of setting up a bidirectional merge between 2 servers.
I need to implement the odd/even identity.
Do i have to add a new column say 'ROWGUID' and set the identity 1, seed 2 on publisher and identity 0 , seed 2 on the other? Eg i have a table Centers with columns
'centerid' primary key, identity
'centername' varchar not null
So do i hae to add 'Rowguid' manually to all table's to implement partioning?