How to add test data to a SQL Server database, during Flyway development. We use SQL Data Generator to produce some “realistic but fake” data and then SQL Data Compare to produce an INSERT script that Flyway can use to load the data into a newly-built version of the database.
The post Adding Test Data to Databases During Flyway Migrations appeared first on SQLServerCentral.