Comments
Sort by recent activity
Hi, @sam.blackburn, @"redgate_user99", or anyone else who has attempted this approach: Can the tooling actually accomplish importing data (all inserts in our case) from one database to another (identical schemas) while automatically re-assigning the identity pk values (and associated fk values) of the imported data as it is deployed into the destination database? If it cannot be accomplished within a single compare/deployment operation, are there any "work-around" approaches that can be used with the tooling to avoid writing custom migration scripts as much as possible? Would be interested to learn from techniques anyone has used to successfully navigate this complexity in a repeatable way. Thanks in advance. / comments
Hi, @sam.blackburn, @"redgate_user99", or anyone else who has attempted this approach:Can the tooling actually accomplish importing data (all inserts in our case) from one database to another (iden...