Stuart Padley
Stuart Padley
- Azure Data Studio Version: Latest - OS Version: Windows Server 2019 and 2022 Datacenter (Azure and GCP VMs tried) Steps to Reproduce: 1. Create VM in Azure or GCP...
The Microsoft SQL Server engineering team have re-written (and made OSS) the CLI for SQL Server (`sqlcmd`) in golang to enable it to be cross platform (and require no dependencies)....
Can we get an AOT build of sqlpackage. It is common to want to run sqlpackage in the sql server container (which doesn't have dotnet installed), would be great to...
https://github.com/Azure/data-api-builder/blob/main/docs/getting-started/getting-started.md
Per output.go line 35: var standardWriteCloser io.WriteCloser "don't we need separate error and stdout channels? Most apps don't write everything to stdout, they use stderr too. Legacy Sqlcmd also lets...
A typical support scenario is going to be, can you run that command again with full logging, e.g. sqlcmd create mssql -v 4 Which is currently short for sqlcmd create...
DRAFT: Not ready for code review yet. ---- This PR rounds out the "use" scenario for containers, to allow the casual user who doesn't know containers/linux well, to be able...
Enable: sqlcmd -Q "select my_col from my_table" --output json And the output to stdout is json/yaml/xml etc. encoding of the result set. (probably following the server side FOR XML AUTO...
Feedback: The downloading step was taking forever for me, and without a progress bar I had no idea of how much was still remaining. I restarted the process twice as...