From the course: Microsoft SQL Server 2022 Essential Training
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Work with SQL Server in Docker - SQL Server Tutorial
From the course: Microsoft SQL Server 2022 Essential Training
Work with SQL Server in Docker
- [Instructor] There is one additional way to get up and running with your own personal SQL Server instance, and that's to run the entire thing in an isolated container, using a program called Docker. Docker allows you to compartmentalize your applications. And by running SQL Server in a container, it makes it very easy to create, duplicate, backup, restore, and completely remove your entire server without ever having to make a change to the rest of your computer. Docker containers exist as a single file on your computer, and they contain everything the SQL Server instance needs to operate. For working with a new platform or experimenting and learning about new features, this is by far my preferred method of deploying SQL Server. And the best part is that this is a cross-platform solution, so it'll work on Windows, Linux, and macOS computers, unlike the traditional installation. The process starts by installing Docker,…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
Core concepts6m 33s
-
(Locked)
Choose a SQL Server 2022 edition3m 38s
-
(Locked)
Install SQL Server on your PC5m 37s
-
(Locked)
Install Management Studio1m 49s
-
(Locked)
Enable features with Configuration Manager4m 13s
-
(Locked)
Deploy SQL Server 2022 in the Azure cloud5m 31s
-
(Locked)
Work with SQL Server in Docker6m 3s
-
-
-
-
-
-
-
-
-
-