Sqlcmd – command line tool for Microsoft SQL Server. (upstream image fabian/sqlcmd)
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.
Connect to an Sqlsrv inside another container (Container name is "my-sqlsrv"):
docker run -it --link my-sqlsrv:sqlsrv tonidy/sqlcmd -S sqlsrv -U sa
Or to any other server on the network:
docker run -it tonidy/sqlcmd -S some-sqlsrv -U sa
Get available options with:
docker run -it tonidy/sqlcmd '-?'
Content type
Image
Digest
Size
77.3 MB
Last updated
about 7 years ago
docker pull tonidy/sqlcmd