Sign inSign up

tonidy/sqlcmd

By tonidy

Updated about 7 years ago

SQL Server Tools CLI v17.4

Image
0

261

tonidy/sqlcmd repository overview

tonidy/sqlcmd

Sqlcmd – command line tool for Microsoft SQL Server. (upstream image fabian/sqlcmd)

tonidy/sqlcmd

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 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 '-?'

Tag summary

Content type

Image

Digest

Size

77.3 MB

Last updated

about 7 years ago

docker pull tonidy/sqlcmd