Getting Started with Flyway and any RDBMS

How to get started with Flyway, as simply as possible, using PowerShell. This article provides a practice set of Flyway migration scripts that will build the original pubs database on either SQL Server, PostgreSQL, MySQL, MariaDB or SQLite and then migrate it from version to version, making a series of improvements to its schema design.
The post Getting Started with Flyway and any RDBMS appeared first on SQLServerCentral.

Simple Reporting with Flyway and Database Models

If you can generate a file-based (JSON) model for each new version of a database, produced by a Flyway migration, then you have an easy way to run simple reports to help you search, list, and understand the structure of these databases. I'll show how to produce the models using PowerShell and then run some queries against them to generate the reports.
The post Simple Reporting with Flyway and Database Models appeared first on SQLServerCentral.

Getting results using less T-SQL

There is usually more than one way to write a query. In this article, Edward Pollack explains a few ways to write simpler T-SQL code.
The post Getting results using less T-SQL appeared first on SQLServerCentral.