Performance Testing Databases with Flyway and PowerShell

Performance tests are central to the quality of the database changes we deliver because they ensure that any business process that accesses the database continues to return its results in an acceptable time. When Flyway creates a new version of the database, it is the ideal time to run these performance checks.
The post Performance Testing Databases with Flyway and PowerShell appeared first on SQLServerCentral.

Running Unit and Integration Tests during Flyway Migrations

In this article I'll give a practical example of developing a database, with Flyway, in such a way that it is automatically tested with whatever unit tests and integration tests you specify whenever you migrate the branch you're working on to the next version. If a test fails, you can work out why, undo the migration and then try again.
The post Running Unit and Integration Tests during Flyway Migrations appeared first on SQLServerCentral.

Database DevOps: Standardize, Automate, Monitor & Protect

See how our end-to-end framework for extending DevOps to your database enables your organization to balance the demand to deliver software fast with the need to protect and preserve business critical data.
The post Database DevOps: Standardize, Automate, Monitor & Protect appeared first on SQLServerCentral.