go-sqlcmd icon indicating copy to clipboard operation
go-sqlcmd copied to clipboard

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)

Results 128 go-sqlcmd issues
Sort by recently updated
recently updated
newest added

If you have a line like so `:setvar RedeployJobs "YES" -- "YES" to redeploy jobs, "NO" to skip redeploy` A syntax error results ``` Sqlcmd: Error: Syntax error at line...

In CLI mode, the returned data sometimes needs to be used in scripts or automation. It therefore would be nice if the returned data would be easily parse-able. It would...

Hello @stuartpa , kind-of as in https://github.com/microsoft/go-sqlcmd/issues/528: `sqlcmd` is missing in `24.04` repo i.e no https://packages.microsoft.com/ubuntu/24.04/prod/pool/main/s/sqlcmd/ folder. TIA, Matteo

I'm running sqlcmd with an inline PowerShell task in a Azure DevOps pipeline. The system diagnostic says: ##[debug]sqlcmd -S 'm-sql2022\UTF8,1433' -U 'abc' -P '***' -C -Q "CREATE DATABASE [LogDb]" -m...

Hello, I'm running x64 Windows, but I don't see any "-windows-x64.zip" options on your latest version v1.80. https://github.com/microsoft/go-sqlcmd/releases/tag/v1.8.0 I had to go back to v1.60 to find a "-windows-x64.zip" option....

Wow, that was a mouthful to put in the title. Sadly I don't think there's a shorter way to go about this than providing a use-case, so here goes: I'm...

As of #153 the docker image is being provided via Github Release Page, which is not optimal Previous mssql-tools are correctly released: https://hub.docker.com/r/microsoft/mssql-tools New go-sqlcmd docker image is expected to...

Hello, We've noticed once in a while that sqlcmd does not exit properly though the scripts we run seem to complete. We run in a kubernetes cronjob as part of...

Good day, I've noticed a parsing problem in the execution of scripts containing batch terminators ("GO"). The script I'm trying to run is: ```sql BEGIN TRANSACTION GO UPDATE SOME_TABLE SET...

Microsoft Defender for cloud reports CVE-2024-41110, CVE-2024-45337, CVE-2023-45288 on the container images where `sqlcmd` is installed. ``` FROM ubuntu:22.04 SHELL ["/bin/bash", "-c"] RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get upgrade -y...