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

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...

enhancement
sqlcmd switch
Security

examples here: https://github.com/microsoft/azure-pipelines-tasks current sqlcmd task: https://github.com/microsoft/azure-pipelines-tasks/tree/master/Tasks/SqlAzureDacpacDeploymentV1

enhancement
question

a persistent aka link and instructions to install with curl+tar is probably better than adding to images based on utilization

housekeeping

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...

Security

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...

enhancement
sqlcmd switch

We should update version and url in sqlcmd.npspec via the package pipeline. Currently this needs to be modified manually.

enhancement
housekeeping

Add support for restoring TDE encrypted databases during container creation as well as regular database restores.

enhancement
Security

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...

enhancement

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 ,...

Telemetry

Command line parser has overload for -h for headers in all OSes. In sqlcmd --help, under Flags, REMOVE -h ![image](https://github.com/microsoft/go-sqlcmd/assets/16234523/0bb13fa9-c1fa-49c6-ae25-c32fa26ecc41)

bug
sqlcmd switch