[sqlalchemy] best way of connecting to sqlserver from linux using SA?

2012-03-05 Thread Chris Withers
Hi All, What's now the best way to connect to a Microsoft SQL Server instance from a linux box? What's the recommended driver? cheers, Chris -- Simplistix - Content Management, Batch Processing Python Consulting - http://www.simplistix.co.uk -- You received this message

Re: [sqlalchemy] best way of connecting to sqlserver from linux using SA?

2012-03-05 Thread Timuçin Kızılay
On 05-03-2012 11:29, Chris Withers wrote: Hi All, What's now the best way to connect to a Microsoft SQL Server instance from a linux box? What's the recommended driver? cheers, Chris I'm using pyodbc and freetds packages to connect to existing mssql server 2008 running on windows.