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)
The documentation states that when `ActiveDirectoryManagedIdentity` is used, we need to specify the Managed Identity name as the user name in sqlcmd. So I tried: ``` .\sqlcmd.exe --authentication-method=ActiveDirectoryManagedIdentity -U vm_msi_name...
examples here: https://github.com/microsoft/azure-pipelines-tasks current sqlcmd task: https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/SqlAzureDacpacDeploymentV1
a persistent aka link and instructions to install with curl+tar is probably better than adding to images based on utilization
Per guidance for Microsoft products, we need to build sqlcmd using the Microsoft build of Go toolset. It's a prerequisite for enabling FIPs compliant builds before we can pick up...
We should be providing the possible values in the help rather than have the user guess. e.g. the possible values for --encrypt-connection are not in the help, so I have...
We should update version and url in sqlcmd.npspec via the package pipeline. Currently this needs to be modified manually.
Add support for restoring TDE encrypted databases during container creation as well as regular database restores.
It would be great if there could be an option to attach to the created container a exiting or a new data volume so that databases can be stored in...
1.Creating a Timer schedule Job for Go-release data , which would run python script and get all package managers data everyday and store in Azure portal under some storage ,...
Command line parser has overload for -h for headers in all OSes. In sqlcmd --help, under Flags, REMOVE -h 