What are some ways of accessing Microsoft SQL Server from Linux?

前端 未结 14 1344
迷失自我
迷失自我 2020-11-29 20:53

We have a Windows machine running SQL Server 2005, and we need to be able to run some database queries on it from a Linux box. What are some of the recommended ways of doin

相关标签:
14条回答
  • 2020-11-29 21:54

    sql-cli is a nodejs based cross platform command line interface for sql server. You can install it via npm https://www.npmjs.org/package/sql-cli

    It can connect to both on-premise and sql azure instance.

    0 讨论(0)
  • 2020-11-29 21:54

    I was not confortable with the freetds solution, it's why i coded a class (command history, autocompletion on tables and fields, etc.)

    http://www.phpclasses.org/package/8168-PHP-Use-ncurses-to-get-key-inputs-and-write-shell-text.html

    0 讨论(0)
提交回复
热议问题