Run a MERGE SQL script?
Azure Pipeline Data Sync
Fred Flintstone
21
Reputation points
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?