Re: FreeTDS for SQL Server 2005
"Frediano Ziglio" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
2008/11/10 <[email protected]> > > On Mon, Nov 10, 2008 at 12:06:13PM -0500, Jeremy Kister wrote: > > It is my understanding that FreeTDS 0.82's TDS 8.0 isn't compatible with MS > > SQL 2005 or 2008: > > > > > > http://lists.ibiblio.org/pipermail/freetds/2008q3/023856.html > > That message refers specifically to encrypted connections. Given the > number of messages we've had about that problem compared to the number > of people who use SQL Server 2005, I'd say not many people use encrypted > connections. > > In general TDS 8.0 is what anyone should use to connect to SQL Server 200[58]. > Mmmm... mssql 2005 use a dummy certificate to get always ssl enabled. I do tests with mssql 2005 without any problems so I think problems was fixed. Remember to enable GnuTls or OpenSSL during configure (personally I prefer and use GnuTls). Protocol 7.2 is not fully supported so is disabled but protocol 7.1 works correctly and without problems. freddy77