samuelpratt / SqlServerDocker

Quick & Dirty SQL Server on Docker, for forking for other projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Server on Docker for dev / mess around purposes

Database

Start it up

docker-compose up -d

SQL Client

Passwords

Yes, these are checked in. Yes, this is all running on SA. Yes, I know it's not a good idea IRL. No, it doesn't matter in this case: this is for quick knock-around type stuff.

Set DB Name

This is done in init.sql

Adding SQL Tables etc

Put your SQL files in /sql/table/

About

Quick & Dirty SQL Server on Docker, for forking for other projects.

License:MIT License


Languages

Language:TSQL 54.6%Language:Shell 45.4%