docker-sqlcmd

Sqlcmd – command line tool for Microsoft SQL Server (Docker image).

BSD-2-CLAUSE License

Stars
8

fabiang/sqlcmd

Sqlcmd command line tool for Microsoft SQL Server. Docker image for the new sqlcmd is also available.

Available tags

  • 18.2.1.1-1-ubuntu22.04, 18.2.1.1-1, 18.2-ubuntu, 18.2, 18-ubuntu, 18, latest-ubuntu, latest
  • 17.10.1.1-1-ubuntu22.04, 17.10.1.1-1, 17.10-ubuntu, 17.10, 17-ubuntu, 17
  • 17.4.1.1-1-ubuntu18.04, 17.4.1.1-1, 17.4-ubuntu, 17.4

License

When using this container you consent with the following licenses:

All other parts of this repository are licensed under BSD 2-Clause License.

Usage

Connect to an Sqlsrv inside another container (Container name is "my-sqlsrv"):

docker run -it --link my-sqlsrv:sqlsrv fabiang/sqlcmd -S sqlsrv -U sa

Or to any other server on the network:

docker run -it fabiang/sqlcmd -S some-sqlsrv -U sa

Get available options with:

docker run -it fabiang/sqlcmd '-?'
Badges
Extracted from project README
fabiang/sqlcmd fabiang/sqlcmd Docker Image
Related Projects