I have a situation where I\'m trying to build a web app which takes a total count of records in a table and outputs it to the screen. Sounds simple right...?
The mai
I used activerecord-sqlserver-adapter with tiny_tds and it works!
Here's database.yml
development: adapter: sqlserver username: 'user' password: 'secret' dataserver: 'dbserver_name\instance_name' database: 'dbname' appname: 'my app name'