I have an ASP application that uses a SQL server database. I have made all PK fields Identity fields so the DB an take care of assigning the values. I also would like to be able to run an ASP script that copies our production data to our test database. I would like to retain the PK values. How can I easily temporarily turn off the identity fields so I can write to the PK field?
Thanks
Paul
Thanks
Paul