Skip to navigation
A way to test a mssql server with the free tsql linux tool?
13.11.16
1. # tsql -S 192.168.80.230 -U foo -P password -D sl -o v 2. create a query like: $ select count(*) FROM table; 3. execute it with: $ go
http://www.freetds.org/
Reply
Anonymous
to install on freeBSD ``` pkg install freetds ``` to install in debian ``` tsql -S 192.168.43.54 -p 1433 -U SA -P PASSWORD ```
13.11.16
Reply
Anonymous
Information Epoch 1732366361
When you must fail, fail noisily and as soon as possible.
Home
Notebook
Contact us