How to Migrate SQL Server Databases Using Docker
Running a SQL Server database with docker is a convenient way to manage a local database. Upgrading versions of a SQL Server docker container doesn't mean you need to drop all your data. I was recently tasked with guiding my team in safely upgrading a version of SQL Server running …