I am trying to create a rails app that will connect to a production SQLServer that is used by 3rd party software, so migrating the database is not an option. I am able to connect to the SQL server without any issues (I used this guide for connecting to existing database, and this one to connect rails to SQL Server),