mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
I'm trying to get all columns in a comma-separated list: ``` Select TABLE_SCHEMA, TABLE_NAME , Stuff( ( Select ', ' + C.COLUMN_NAME From INFORMATION_SCHEMA.COLUMNS As C Where C.TABLE_SCHEMA = T.TABLE_SCHEMA...
Hi, I`m having problems with connecting to SQL Server On Linux using mssql-cli using Ubuntu 16.04. This is not related to firewall etc, as connection from same machine using mssql...
It would be helpful in many automation scenarios to provide a `--c` / `--config` `name=value` command-line option. In many scripting scenarios, there is the need to vary configuration values for...
Would be helpful to set custom keybindings. For example: `` to go to the previous query.
The mssql-docker container is getting 5-7K pulls per day, more info [here](https://github.com/microsoft/mssql-docker).
When I try to install on my new Apple MacBook Pro, it installs version 0.3: ``` $ pip install mssql-cli Collecting mssql-cli Downloading mssql_cli-0.3.tar.gz (3.8 kB) Preparing metadata (setup.py) ......
This application has `click` pinned to below 7.1 because of this issue: https://github.com/dbcli/mssql-cli/issues/437. The pin was done in this PR: https://github.com/dbcli/mssql-cli/pull/440 Since then `click` has issued a fix: https://github.com/pallets/click/pull/1543 We...
Can MSQL-CLI be used to automate the restore of a DB ?
Can I connect to a SQL Server database server on a different domain with MSSQL-CLI? I can connect with SQL Server Management Studio after creating an entry in Windows Credential...