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

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

    You don't say what you want to do with the resulting data, but if it's general queries for development/maintenance then I'd have thought Remote Desktop to the windows server and then using the actual SQL Server tools on their would always have been a more productive option over any hacked together solution on Linux itself.

提交回复
热议问题