i am using sql server 17 on laptops and a azure sql database for synchronisation. Each Laptop has its own identityseed for example :
Laptop 1 seed 10000, inkrement 1
Laptop 2 seed 20000, inkrement 2
after a bi-directionale synchronisation the seed of the laptops were changed to the highest id in the database. Is it possible to leave the actually id of the seed while the synchronisation without any scripts or source ?