Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 299 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 299 Bytes

sql-server

Setup northwind database with MS SQL Server & docker 🐳.

Requirements

  • docker 18.06.1-ce

Usage

Start SQL Server in a container and connect to container shell:

./sql-server.sh

Login to SQL Server shell:

sqlcmd -S localhost -U sa -P SQLServer2017