You could add an identity column, set identity insert on, and update to get the same value of your "Current ID" Column, then drop your column. You would then have a new Identity column, with the same values.
Guess I'm starting to understand this BOL thingie.
I added the column and dropped the inserted column and it worked just fine. Got the same identity values to match my imported column values. Thanks again.
-- Kit
Viewing 4 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply