I want to control auto generated column in MS SQL dtatabase.
For example: If I delete number '2', next time I add the role and the id of this role becomes '3'. I want to be the id of added role to be '2'.
Is there any way to solve this? Thanks a lot for viewing my question.