SQL Server On Docker + deploy DB to Azure

Опубликовано: 26 Апрель 2022
на канале: Dustin Vannoy
4,436
47

In this video I show how to setup SQL Server on Docker, attached a database from local mdf file, and then deploy to an Azure SQL database. What I like about using docker for this work is that I can script out the setup and only keep the container and image around when I need it. In the video I set it up using a Windows 10 laptop but the commands shown can work on Mac or Linux.

Written tutorial and links to referenced sites:
https://dustinvannoy.com/2022/04/26/s...

More from Dustin:
Website: https://dustinvannoy.com
LinkedIn:   / dustinvannoy  
Twitter:   / dustinvannoy  
Github: https://github.com/datakickstart

CHAPTERS:
0:00 Intro and Use Case
2:24 Get Docker image
3:44 Run SQL Server container
7:36 Connect and test
10:45 Change password
12:24 Attach local database
14:36 Deploy Azure SQL DB
19:02 Conclusion