rails-sqlserver / tiny_tds

TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Other
607 stars 189 forks source link

tinytds incredibly slow over VPN #82

Closed chisser98 closed 12 years ago

chisser98 commented 12 years ago

hey guys,

I'm running some conversion code, using TinyTDS to connect to a MS SQL Server 2005 database over a VPN. Getting results with TinyTDS takes a very long time. When I was using odbc/dbi/freetds, it was WAAYYY faster (however, in the middle of my conversion the odbc driver would throw an error about 'negative string length or length too long', or something to that effect, which is why I switched to TinyTDS).

metaskills commented 12 years ago

Duplicates #79