After synchronizing data with the help of Data Compare for SQL Server, the next time you insert data in the synchronized table, you may get an error saying that the automatically-generated value violates a primary key or unique constraint.
To get the Data Compare tool automatically reseed identity values after synchronization, you need to select the Reseed identity columns option when configuring Data Synchronization Wizard. Data Compare will gather the current identity value from the source table and apply it to the target table. Thus, identity columns with a primary key constraint will continue generating valid identity values.
However, there are some situations, where the current identity value in the target database may become or remain invalid: