mssql-cli icon indicating copy to clipboard operation
mssql-cli copied to clipboard

A command-line client for SQL Server with auto-completion and syntax highlighting

Results 115 mssql-cli issues
Sort by recently updated
recently updated
newest added

I am trying to connect to a remote MS SQL server with mssql-cli, I use this command: /usr/local/bin/mssql-cli -S server -U admin -d db -P **** and i get this...

First of all, that's feature request. When using `sp_helptext` command, it would be better not to print the "frame" (Example 1) where the output of the command is inside of....

Hi there. Is there some way this tool can be used to make and restore database dumps?

File /etc/yum.repos.d/microsoft-prod.repo in packages-microsoft-prod-1.0-1.noarch from rhel 8 repo has a typo: baseurl=https://packages.microsoft.com/rhel/8.0/prod This link destination does *not* exist. The ".../8/prod" does. However, it would be best to use the "$releasever"...

The rhel 8 repo has mssql-tools but not the mssql-cli (at least) https://packages.microsoft.com/rhel/8/prod/ The centos 8 repo has the mssql-cli but not the mssql-tools (at least) https://packages.microsoft.com/centos/8/prod/ For rhel 7...

I experience similar issue to #408 1. Connect to host ``` $ mssql-cli -U -P -S master > ``` 2. Switching to different DB ``` master> use test_db; Time: 0.252s...

If I run a file with syntax errors using non-interactive mode, mssql-cli doesn't stop execution after the first error nor does it return a non-zero exit code: Output looks like:...

Using `GSS_KRB5_NT_PRINCIPAL_NAME`, and setting the realm to anything other than the empty realm, is a recipe for failure in multi-realm environments. For example, today I had to debug a case...

use mssql-cli to connection Sqlserver2008,no response ![WX20200512-180217](https://user-images.githubusercontent.com/48663226/81670843-caf20100-947a-11ea-8f22-93d39295f1a9.png)

Hi! Is it possible to run multiline query as input, e.g.: ```shell PS> mssql-cli --integrated --server "SERVER_NAME" --query @" >> select top 1 * >> from $(Read-Host 'Table') >> "@...