Switch on the identity_insert option for the mytab table.
set identity_insert mytab on
delete the row which have value of 5000101 and re-insert it with the proper value 101
I hope it will help you ..
Switch on the identity_insert option for the mytab table.
set identity_insert mytab on
delete the row which have value of 5000101 and re-insert it with the proper value 101
I hope it will help you ..