Modern command line tool written in Go for Microsoft SQL Server
10K+
Sqlcmd – Modern command line tool written in Go for Microsoft SQL Server.
Docker image for old sqlcmd is also available.
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 \
-e SQLCMDPASSWORD='yourStrong(!)Password' \
fabiang/go-sqlcmd -S sqlsrv -U sa
Or to any other server on the network:
docker run -it fabiang/go-sqlcmd -S some-sqlsrv -U sa
Get available options with:
docker run -it fabiang/go-sqlcmd '-?'
Content type
Image
Digest
sha256:93ac5def7…
Size
18.5 MB
Last updated
1 day ago
docker pull fabiang/go-sqlcmd