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

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

    pymssql is a DB-API Python module, based on FreeTDS. It worked for me. Create some helper functions, if you need, and use it from Python shell.

提交回复
热议问题