- Moderator
- #1
I have a huge table that I have imported into SQL Server 2008 from Access (about 1.6M Records).
Now, I need to make the first column an "Identity" column, starting at the next record number and incrementing by 1.
Of course, if I just change it in the table design, it times out....
Any thoughts on this? I need to preserve the current identity numbers (because it's an index that links to other tables), but for future inserted data, it needs to auto-increment.
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg
Now, I need to make the first column an "Identity" column, starting at the next record number and incrementing by 1.
Of course, if I just change it in the table design, it times out....
Any thoughts on this? I need to preserve the current identity numbers (because it's an index that links to other tables), but for future inserted data, it needs to auto-increment.
TIA!
Just my 2¢
"What the captain doesn't realize is that we've secretly replaced his Dilithium Crystals with new Folger's Crystals."
--Greg