Allow data-tier applications (dacpacs) to work with Data Sync
Data-tier applications currently don't work well with Data Sync because Data Sync modify the schema of a database which is wiped away when the dacpac is deployed again.
6
votes
1 comment
-
davihar
commented
Is it possible to reverse engineer the Data Sync schema changes into the data-tier application so that subsequent dacpac's contain the Data Sync schema?