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

前端 未结 14 1396
迷失自我
迷失自我 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:30

    If you use eclipse you can install Data Tools Platform plugin on it and use it for every DB engines including MS SQLServer. It just needs to get JDBC driver for that DB engine.

提交回复
热议问题