This repo has the demo scripts and talking points for the SQL Server in Docker demos presented to the STRAPS team in Salesforce Marketing Cloud, May 2019.
Jump to:
This demo was done on a MacBook. Modify accordingly you're using Linux or Windows to run this demo.
These are the prerequisites to run this demo:
- A MacBook (or other computer)
- Azure Data Studio
- Docker
Perform these steps once on your computer:
- Install Python and pip on your MacBook. Here's a great guide for macOS: https://hackercodex.com/guide/python-development-environment-on-mac-osx
- Download and install Azure Data Studio for MacOS from here: https://docs.microsoft.com/en-us/sql/azure-data-studio/download
- Install the mssql-scripter commands line tool as described here: https://github.com/Microsoft/sql-xplat-cli/blob/dev/doc/installation_guide.md
- Install mssql-tools for macOS as described here: https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-tools#macos
- Install the mssql-cli command line tool as described here: https://docs.microsoft.com/en-us/sql/tools/mssql-cli
- Browse to https://github.com/sanagama/sqldemo-docker
- Click
Clone or Download
then clickDownload ZIP
- Save the ZIP file to your
HOME
directory - Extract the zip file to
~/sqldemo-docker
Download Docker for your operating system and complete the installation:
Increase Docker memory to 4 GB as documented here: https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-docker#requirements