rails-sqlserver / tiny_tds

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

activerecord-sqlserver-adapter only supports MSSQL 2012 #440

Closed AppyCat closed 5 years ago

AppyCat commented 5 years ago

I am using Debian 8 with Rails 5. Am connecting to MSSQL Server on a windows VPS in the same location and network.

activerecord-sqlserver-adapter only supports MSSQL 2012. Upgrading the db is not an option on this project.

Is it possible in Rails 5 to connect directly to MSSQL 2008 using just tiny_tds?

Thank you for any feedback or suggestions.

KDGundermann commented 5 years ago

Some remarks:

AppyCat commented 5 years ago

Thank you, using sequel with tiny_tds solves the problem.