Skip to content

piotrpersona/sql-server-northwind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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