Can I use an MS-SQL server with a non-default port for FogBugz? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-21T16:34:00Z http://fogbugz.stackexchange.com/feeds/question/10663 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/10663/can-i-use-an-ms-sql-server-with-a-non-default-port-for-fogbugz Can I use an MS-SQL server with a non-default port for FogBugz? Quentin Schroeder 2012-08-01T14:58:49Z 2012-08-01T14:59:37Z <p>My SQL Server is running on a non-default port (1433 is the default), so how can I get the installer to recognize it? I've tried the following:</p> <ul> <li>192.168.10.10 (the ip of the sql server)</li> <li>192.168.10.10\INSTANCE (adding the instance name)</li> <li>192.168.10.10:55612 (which is the port)</li> </ul> <p>None of these work, is there something I missed?</p> http://fogbugz.stackexchange.com/questions/10663/can-i-use-an-ms-sql-server-with-a-non-default-port-for-fogbugz/10664#10664 Answer by Quentin Schroeder for Can I use an MS-SQL server with a non-default port for FogBugz? Quentin Schroeder 2012-08-01T14:59:37Z 2012-08-01T14:59:37Z <p>Strangely enough, MS-SQL uses a comma in the connection string to indicate a port for a server. The following should work just fine:</p> <p>192.168.10.10,55612</p>