Data Compare does not sync sequences on Microsoft SQL
dirkbru
Posts: 2 New member
I synced 2 MS SQL databases , schema and data compare/deploy , all seemed to be exactely in sync.
But noticed that we also used a sequence , but returned on both MS SQLs a different result !
Could it be that sequences are not set (reset) equaly when doing schema and data compare/deploy ?
But noticed that we also used a sequence , but returned on both MS SQLs a different result !
Could it be that sequences are not set (reset) equaly when doing schema and data compare/deploy ?
Tagged:
Answers
Tianjiao Li | Redgate Software
Have you visited our Help Center?
Also another thing I discovered when doing a data compare/deploy.
I copied records from a source table , for example highest identity id was set to 28000.
When I now add records in the destination table , its identity id continues from 1000.
Meaning the compare/deploy did not reset the offset identity seed of my table
The development team has confirmed that SQL Data Compare doesn't support sequence like we do in SQL Compare.
I couldn't find any similar suggestions on our user voice forum, so please feel free to add yours https://redgate.uservoice.com/forums/147879-sql-data-compare
Thanks.
Tianjiao Li | Redgate Software
Have you visited our Help Center?