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)
`sqlcmd` does not properly handle/honor the SQL Command Timeout (`-t`) flag properly on Linux. It works fine on Windows but the command always "hangs" for ~10 minutes before finally exiting...
I am on macOS, zsh shell. ~ % sqlcmd -h Sqlcmd: '-h': Missing argument. Enter '-?' for help. ~ % sqlcmd -? zsh: no matches found: -? sqlcmd --help gives...
Azure SQL Edge will be officially retired Sept 30, 2025. We should remove it as an option in `sqlcmd create`
Microsoft SQL Server 2022 was released back in 2022 , 2025 is coming out. ODBC 18 has been released for a few years. where is the corresponding sqlcmd.exe based on...
### Bug: Japanese column names are garbled in Go-based sqlcmd output #### Environment - OS: Windows 11 Pro - sqlcmd version: Go-based sqlcmd v1.8.2 - Terminal: cmd.exe (code page 65001)...
Hi, sorry for my poor English. I'm a newer to this sqlcmd utility, version 1.8.2, trying to use configuration files with `--sqlconfig` option to manage connection contexts. Seems that sqlcmd...
When downloading .bak files from HTTP servers during container creation, users experienced mysterious "corrupted file" errors despite files appearing to download successfully. The issue was caused by silent wget failures...
Since ADS has been deprecated, the command ``` sqlcmd open ads ``` should be replaced with something like ``` sqlcmd open vscode ``` that would open VS Code and, assuming...