Like a table, we always prefer to make identity as primary key like identity(1,1)
That way, that column will start 1 increment 1 when adding new row.
So could I ask whether I can add one row with specified number manually, like I can add one row with primary key 100
Then do the insert
Then turn it off again