Azure Pipeline Data Sync

Fred Flintstone 21 Reputation points
2020-10-15T13:21:03.057+00:00

We have a database in dev/test/stage/prod and there is a large amount of reference/look up data. We would like to be able to sync the data between environments using out azure pipeline. Schema changes happen automagically with our entity framework migrations. We have created a data compare in visual studio that we use to sync the data on demand, but we would like to automate this process. Is there an existing task that we can add to the pipeline to run this data compare and subsequent sync?

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. ErikEJ 341 Reputation points MVP
    2020-10-15T18:06:49.793+00:00

    Run a MERGE SQL script?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.