fabian/sqlcmd
Sqlcmd – command line tool for Microsoft SQL Server.
License
When using this container you accept the licences from MICROSOFT SOFTWARE LICENSE TERMS MICROSOFT ODBC DRIVER 13 FOR SQL SERVER which can be found here
All other parts of the library 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 saOr to any other server on the network:
docker run -it fabiang/sqlcmd -S some-sqlsrv -U saGet available options with:
docker run -it fabiang/sqlcmd '-?'