Automatic SQL Server Schema Migrations with Atlas
Learn how to manage SQL Server (MSSQL) schemas with Atlas using both declarative and versioned workflows. This guide covers automatic SQL Server schema migration, inspection, migration planning, and applying changes via CLI and CI/CD integrations.
Database Guides
All common open-source relational database management systems are supported in all versions of Atlas.
Managing Seed & Lookup Data in SQL Server
Define SQL Server lookup tables and seed data as code. Atlas computes INSERT, UPDATE, and DELETE statements automatically.
SQL Server Database Security as Code (Declarative)
Define SQL Server roles, users, permissions, and user-defined types as code. Atlas plans and applies changes automatically - no more manual GRANT/REVOKE drift.
SQL Server Database Security as Code (Versioned)
Manage SQL Server roles, users, permissions, and user-defined types through versioned migrations. Every security change goes through code review and CI before reaching production.