Automatic migrations for Microsoft SQL Server
In this guide we will demonstrate how to use Atlas to automatically generate migrations for Microsoft SQL Server databases.
To skip the intro and go straight to the demo, click here.
Introduction
As your application's data model evolves, you will need to make changes to your database schema. In today's world, where teams are expected to own their infrastructure and ship code faster than ever, it is important to have a reliable and repeatable process for managing database schema changes.
Atlas lets you manage your database schema as code. It is a modern schema management tool that applies concepts from modern DevOps tools to database schema management. Using Atlas, teams can automatically plan, verify, deploy and monitor database schema changes.
Microsoft SQL Server, one of the longest-standing database engines in our business, was first released by Microsoft in 1989. MS-SQL is the go-to database for Windows environments in many industries.
In this guide, we will demonstrate how to use Atlas to automatically generate migrations for your Microsoft SQL Server databases.