extract consistent subset, identity problem

  • Is there some utility that can extract a consistent subset of data from a schema with existing data with all foreign key relationhips maintained?

    In moving data from production to QA environments to tables with identity primary keys, how can the identity be temporarily defeated so that foreign key data contained in the tables will be correct?

  • Use SET IDENTITY_INSERT to allow explicit values to be inserted into the identity column of a table.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply