Can Flyway Compare Server Level Objects via T-SQL Scripts for Change Report
biztalk
Posts: 1 New member
We are using SQL Server 2019 and are in the process of implementing a ci/cd process for our database using Flyway. In addition to database level objects, we are considering also including server level objects which we would add to a separate flyway project but stored within the same devops git repo as the db project. For the database, Flyway can generate a change report using a build db, the baseline script and the migration history stored in the flyway_schema_history table. For server level objects (like sql agent jobs and linked servers) that we script out into an initial baseline script and then make changes using migration scripts, is there a way to generate some sort of change report so that we can see what is going to change in production?
Tagged:
Answers
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?