I have a problem restoring a table. I wanted to restore data by copying data from the backup to the table. The problem is, the PK of the table has the Identity-Property set. So when I inserted the lost rows they got new IDs. I created a new table without identity and put the data in there. Now I want to turn on Identity on the PK column, which doesn't work.
Any what I can do or if this is possible at all?