2012-08-03

Want to connect from Linux to SQL Server?
1. add Linux to domain with CentrifyDC
2. install unixodbc
3. install Microsoft ODBC driver manager
4. optionally pyodbc
5. install krb5-user
6. addspn in domain
7. set static port on SQL Server
8. $ kinit
9. $ sqlcmd -Sdatabase-server,port

More details soon, or e-mail me.