go-sqlcmd
go-sqlcmd copied to clipboard
The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
Hi, I have noticed that some lint checks are filing in the repo. It looks it could be related to staticchecker [using build tags](https://staticcheck.io/docs/running-staticcheck/cli/build-tags/). I have attempted to disable the...
I am connecting from a VM running in Parallels to the host Mac OS's Docker instance. I have successfully been able to run a `docker pull hello-world` but I am...
Hello @stuartpa , same as in #523: `v1.6.0` is missing in https://packages.microsoft.com/ubuntu/22.04/prod/pool/main/s/sqlcmd/. TIA, Matteo
`sqlcmd` crashes when use both `q` and `Q` command line arguments at the same time. Version v1.6.0 on Windows 10 (x64) ``` PS C:\Users\myuser> sqlcmd -S myserver -E -d mydb...
We are using the BCP utility to bulk insert huge number of rows towards our Data Lake Data Warehouse (a dedicated SQL Pool in Azure) and it is kind of...
In go-sqlcmd 1.6.0 the powershell script bellow, produces and error, this is output of variable `$result`: > Msg 102, Level 15, State 1, Server ., Line 4 > Incorrect syntax...
I use SQLCMD since many years to launch scripts on Microsoft WSUS databases (WID) like backup, shrink, etc. Sinc some years I used the SQLCMD from "SQL Command Line Utilities...
Hello Everyone, what will be the ETA to have the `v1.6.0` also available as a package in https://packages.microsoft.com/rhel/8/prod/Packages/s/? TIA, Matteo
Hello Everyone, what will be the ETA to have the `v1.6.0` also available as a package in https://packages.microsoft.com/rhel/9/prod/Packages/s/? TIA, Matteo
Hello Everyone, in `mssql-tools` a SQL script can use variables even when composing a file path in `:out` and `:r` commands. The `go` version is not able to expand variables...