crystalkiwibruce
Programmer
I'm trying to migrate my application database from SQL 2000 to my new SQL 2010 server. I created the new database and used the "Import" tool to select the tables in my system.
I ticked the box that said "Enable Identity Insert" so the Record ID fields that were set to AutoNumber went across with their original values.
I now want to set those fields back to being an autonumber Field so my application will work with the new database. Each time I try and modify the field, I'm getting a permission error saying I'm not allowed to make that change.
What am I doing wrong?
I ticked the box that said "Enable Identity Insert" so the Record ID fields that were set to AutoNumber went across with their original values.
I now want to set those fields back to being an autonumber Field so my application will work with the new database. Each time I try and modify the field, I'm getting a permission error saying I'm not allowed to make that change.
What am I doing wrong?