I have a database table Person with primary key ID, I set the identifier specification to "Yes" and the identity increment to 1 to make it auto-increment.
But all I am having are random numbers like 1, 33, 34, 1034, 1035, 2036, 3036, 4037
I want to make it Sequential like 1 2 3 etc...