Build precise queries to find exactly what you need
Press ESC to close
@shubell
Favorites0
Views
Projects0
If you want to connect to an other than default instance you need to set your mssql server to a static port. You also need to add a few things add line 137: $db_port = 1433; edit line 412: $db_dsn = "dblib:host={$db_host:$db_port};dbname={$db_name}";
Reviewed 8 years ago