I have a DB setup in MSS 2005, into which I have imported a ton of legacy data from an old FoxPro DB. The PKs did not transfer over, so I had to manually set them after the import. Now, I want to insert new data into my SQL DB, but the PK (Let's call it CUST_NUM) won't auto increment. I tried to do a SELECT CONVERT command on the row, but it cant convert numeric to int.
Am I excising a task in futility here, or can I get the increment to pick up on the last entry into the table?
Am I excising a task in futility here, or can I get the increment to pick up on the last entry into the table?
Comment