0

I need a read-only access to a MSSQL server from a Linux box (more precisely, from a Heroku Cedar stack via Rails). Is it doable?

Alexei Averchenko
  • 261
  • 1
  • 2
  • 7

1 Answers1

3

You will need ActiveRecord Database Adapter for SQL Server, you can find an installation guide here.

Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93