RE: [Rails] Using Ruby on Rails with existing Microsoft SQL Server database

ROR will not understand the current structure. It's good, but it's not *that* good. :wink:

See:

http://wiki.rubyonrails.org/rails/pages/HowToUseLegacySchemas

And:

http://wiki.rubyonrails.org/rails/show/HowtoConnectToMicrosoftSQLServer

HTH,

-Roy

Thanks I will give it a shot.