

RESTORE DATABASE WideWorldImporters FROM DISK = '/var/backups/WideWorldImporters-Full.bak' Install Azure Data Studio and read the postĭownload Wide World Importers sample database (WideWorldImporters-Full.bak) and change the code on the post to the following code to restore Wide World Importers sample database to the docker container RESTORE FILELISTONLY FROM DISK = '/var/backups/WideWorldImporters-Full.bak'

Running SQL Server with Docker on the Mac – SQL passionįollow the post to install docker and create a container with SQL Server 2019 CTP.

Running SQL Server 2019 CTP in a Docker container – DBA From The Cold.It is time to practice T-SQL but how can I do that with my Macbook Pro? Thanks to Docker, it is never mission impossible.
