sql-cli
sql-cli copied to clipboard
Cross platform command line interface for SQL Server
Thanks for your package, which I found at the tutorial https://www.freecodecamp.org/news/cjn-how-to-connect-your-microsoft-sql-server-docker-container-with-azure-data-studio/. How can I execute the following statement found at https://docs.microsoft.com/fr-fr/sql/linux/quickstart-install-connect-docker?view=sql-server-ver15&pivots=cs1-bash ? ```sql SELECT @@SERVERNAME, SERVERPROPERTY('ComputerNamePhysicalNetBIOS'), SERVERPROPERTY('MachineName'), SERVERPROPERTY('ServerName') ``` I...
Hi I love this I was hoping pagination could be added but I'm not sure how that would work. Maybe `select count(*) from table` before the actual query? It would...
I just installed this package using `npm install -g sql-cli` and when I run `mssql` I get this: ``` /path/to/.nvm/versions/node/v6.11.5/lib/node_modules/sql-cli/node_modules/password-prompt/index.js:106 ) ^ SyntaxError: Unexpected token ) at createScript (vm.js:56:10) at...
Version: 0.6.2 MacOS 10.14.4 Node v10.15.2 I have a SQL script encoded in UTF-8 that contains insert statements with unicode strings that are inserting in a NVARCHAR field. When I...
mssql version: 0.6.2 I get an unhandled error when trying to connect. ``` mssql --server 10.11.1.31 --user sa --pass **** Connecting to 10.11.1.31...events.js:183 throw er; // Unhandled 'error' event ^...
bhaskardabhi@Bhaskars-MacBook-Pro-2 ~/p/fleetfoot> sudo mssql -u mssql -p d@bhi1234 /usr/local/lib/node_modules/sql-cli/node_modules/password-prompt/index.js:106 ) ^ SyntaxError: Unexpected token ) at Object.exports.runInThisContext (vm.js:76:16) at Module._compile (module.js:528:28) at Object.Module._extensions..js (module.js:565:10) at Module.load (module.js:473:32) at tryModuleLoad (module.js:432:12)...
Hi! I like your client but need Windows domain authentication to connect in my environment. I've hacked in a (working! and ugly!) option to allow classic style DSN strings on...
We have a corporate server. But to use do any request, the dba has to create a local db user. Is it possible to use Windows authentication ?
When use `rlwrap mssql`, it cannot use `Ctrl-R` and other rlwrap fieatures.
sql-cli version 0.61 (current) OS: macOS El Capitan 10.11.6 and Windows 10 x64 Steps to reproduce startup mssql without specifying a database use a different database run .tables run some...