Summary of Steps To Setup SQL Server Lab Environment - Mac - v1
Summary of Steps To Setup SQL Server Lab Environment - Mac - v1
C. Open your terminal and type in the below command to get the container id of your sql
server installation
Docker ps
D. Use the container id to copy the AdentureWorks2017.bak backup file to the container using
the below command
docker cp AdventureWorks2017.bak 8102c62b7571:/AdventureWorks2017.bak
3. Install Azure Data Studio and Import Sample Database
A. Follow the link below to download and Install Azure Data Studio for your Operating System
https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-
studio?view=sql-server-ver15 select the recommended option for your OS
B. Accept the license agreement and follow the default options to install
C. After successful installation, launch Azure Data Studio and click on the top left icon or New
Connection to add your database server
G. In the restore window, Select Restore from: Backup File, browse and select the backup file
then click on OK, then click on Restore (tip: save the file directly on your C: drive for easy
access)
H. Open the Server pane and expand the Tree to see the imported database