Posts tagged with #getstarted

Phil Factor

Phil Factor

28 January 2022

Phil Factor

Phil Factor

28 January 2022

Implementing a Database Versioning System

Database versioning brings more control to team-based database development and helps avoid many of the errors that often creep into database delivery. This article explains all the requirements of a semantic versioning system for databases, from specifying the format of the version numbers, to deciding where to store them and… Read more
Phil Factor

Phil Factor

27 January 2021

Phil Factor

Phil Factor

27 January 2021

Getting Started with Flyway and SQL Server

Phil Factor explains how to get started with Flyway, as simply as possible, using PowerShell. This article provides a practice set of database automation scripts that will build a SQL Server database, and then update it, running a series of migrations scripts that make some schema alterations, and load the… Read more