| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sqlcmd – command line tool for Microsoft SQL Server. Docker image for the new sqlcmd is also available.
This image also includes a small program called dos2unix, which allows converting Windows line endings to Unix, as sqlcmd returns data with "\r\n".
Warning: Ubuntu images are no longer build as of July 22 2026
When using this container you consent with the following licenses:
All other parts of this repository 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 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 '-?'| Back | FazBrowse Home | New Git URL |