I have a table with column ID that is identity one. Next I create new non-identity column new_ID and update it with values from ID column + 1. Like this:
new_ID
From SqlServerCentral.com
Changing from Non-IDENTITY to IDENTITY and vice versa