Results 2 issues of Thomas Rix

When using MS SQL Server with a named instance as database server, connecting via port `1433` does not work, because named instances run on different ports. By default, these run...

When using MS SQL Server with a named instance as database server, it is required to set the name of the instance in the `instance` parameter in `config/database.yml`. Using `sql-server-host\instance_name`...