Hi, I would like to setup a replication so that I could replicate between sql server and sqlce. My question is, a table where the ID column is an identity, if a new data is added on both machines they can have the same ID but different data, in this case if I run the replication how will it work having the same unique ID? If is not possible could you help on how I should go about it.