Access SQL Server from Solaris

2019-09-02 01:54发布

问题:

I found out about the freeTDS which can be used here, but there are doubts about its stability in the production environment. Is there any other way to interactive with MSSQL Server from Solaris besides using ODBC driver?

回答1:

Don't know of any other way.

We're using unixODBC + freeTDS + DBD::Sybase in a production environment. It can be fiddly setting it up, but we have no problems with stability.

It is possible to use FreeTDS directly and bypass unixODBC.