To do some testing, I restored a full back of a sql2000 database on a sql2005 server. I was getting some errors and noticed that the primary key fields that were set as identity fields in the sql2000 db are set as identity=false on the sql2005 server. Anyone know why and/or how to get it to maintain that setting during the restore?
-Phil