I have an ASP application that uses ADO to manipulate 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 via my ASP page. Is there an ADO command to do this?
Thanks
Paul
Thanks
Paul