mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
I am trying to connect for automation from Linux centos VM to windows MSSQL servers below . mssql-cli -S XXXXXXX,1433 -U pamus-adm -d Password: Error message: Login failed for user...
This adds very basic support to build the current tree into a docker container image. Alternatively, one can use the pip published package to install into the container, though this...
Add libicu dependencies for Ubuntu 20.04 (#482) and Debian 10 (#498).
Hello, I am on macOS Catalina 10.15.7, trying to use mssql-cli to query a SQL Server DB, I installed using `pip3 install mssql-cli`, but for some reason the CLI thinks...
Many of the core python packages used in this package are outdated, and breaking ~~most~~ all new `python 3.10` installations. Please update the requirements and the related python code. ```bash...
Added linux aarch64 wheel build support. Related to https://github.com/dbcli/mssql-cli/issues/533, @barbaravaldez Could you please review this PR?
I've tried to install mssql-cli on ubuntu 20.04 using php or apt, both don't work the first method says "/usr/local/bin/mssql-cli: line 16: python: command not found" the second one don't...
I'm currently hunting down an error with `mssql-cli` on WSL2 running Ubuntu 20.04 where I am unable to connect to an external (Azure hosted) database. I do have Docker Desktop...
If Azure AAD is only way to connect to SQL database, it may not be possible to use mssql-cli. Please add support for Azure AAD auth & add sample command...
登录超时
mssql-cli命令后输入完成后 报出错误Error message: Connection Timeout Expired. The timeout period elapsed during the post-login phase. The connection could have timed out while waiting for server to complete the login process and...