Ignore identity seed doesn't work with other changes
dsp
Posts: 26
I found out that renaming a column with an identity seed caused the identity to change.
db1: orgName int identity(500,1)
db2: orgName int identity(3000,1)
rename at db1: newName int identity(500,1)
After sql compare the column at db2 should be newName int Identity(3000,1), but it turned 500,1.
Danny Springer
db1: orgName int identity(500,1)
db2: orgName int identity(3000,1)
rename at db1: newName int identity(500,1)
After sql compare the column at db2 should be newName int Identity(3000,1), but it turned 500,1.
Danny Springer
Comments
We have logged a support call and would like to investigate this issue further.
I will email you with few more questions.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Hope this answers your question.
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com