Skip to content

SQL Server Command Line Tool on Alpine Linux / sqlcmd

Notifications You must be signed in to change notification settings

mrlioncub/mssql-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

mssql-tools

SQL Server Command Line Tool on Alpine Linux

Usage

Default run for sqlcmd help:

docker run --rm ghcr.io/mrlioncub/mssql-tools

Example connect to SQL server:

docker run -it ghcr.io/mrlioncub/mssql-tools -S <hostname> -U <username>

About

SQL Server Command Line Tool on Alpine Linux / sqlcmd

Resources

Stars

Watchers

Forks