hallo,
i have a sql database on server (azure) and 3 databases on laptops. if 2 or more laptops are offline it can be passible that each laptop will create a new record (for example "customer") with a primary key. On synchronisation only one record is posted, the other ones are deleted.
I thing because of the indexes between the table the server changes the primary key if it still there ? This key is saved to many other tables when it was created - but they are connected about the relationchip-management !?
Hope for answers
Mike