mssql-cli
mssql-cli copied to clipboard
A command-line client for SQL Server with auto-completion and syntax highlighting
As above. No one is OWED telemetry, it *should* be opt-in. But to not inform on first run that telemetry is being sent? That's just wrong.
When I join multiple tables I cannot distinguish between columns with the same name in output. E.g. if i join 3 tables together and every table has an "id"-column each...
**System Information** Connecting OS: Ubuntu 20.04 Server OS: Microsoft Windows Server 2012 SQL Server: Microsoft SQL Server 2014 **Problem** Can't connect to my SQL Server after installing `mssql-cli` through `pip`....
It seems that currently the stance is that Ubuntu 18.04 is not officially supported. However, mssql-cli does seem to work for Ubuntu 18.04 and over a year has passed since...
Is there a way to format the output of a query as key:value pairs? e.g. to display the results vertically?
Please make the command, \lt, to sort table names in alphabet order, otherwise it is hard to find tables if there are many. Thanks!
No matter what I set this to, I still get prompted when a query returns 1000+ rows. --row-limit seems to work fine.
Both `pgcli` and `mycli` have brew formulae published. pgcli: https://github.com/Homebrew/homebrew-core/blob/master/Formula/pgcli.rb mycli: https://github.com/Homebrew/homebrew-core/blob/master/Formula/mycli.rb Is there an interest in doing this?
I'm using this project in a pane in tmux, with Vim in another using https://github.com/jpalardy/vim-slime. With all my other interactive shells (python, r, node, psql) there is a way to...
I would like to use this against our Azure data warehouse, but `sp_help` doesn't exist there. Is there an alternative to show the table definition? ``` mydb> \d schema.tablename Time:...