I am using the Data Transformation Services in SQLServer 2K to export a database. I am basically attempting to copy/paste the database onto a different server.
Everything in the database is exported fine except primary keys and identity settings. Just to clarify, the field that is a primary key is exporting, but after it is exported it is no longer set as a primary key. the same is true with fields that are set to have Identity = Yes.
any clues?
Everything in the database is exported fine except primary keys and identity settings. Just to clarify, the field that is a primary key is exporting, but after it is exported it is no longer set as a primary key. the same is true with fields that are set to have Identity = Yes.
any clues?