For various reasons I needed to connect to one of our SQL Server boxes which has been setup to run on a non standard port. At first I tried the normal way to address a port: 192.168.0.3:3000, but that wasn't working. After some googling I found that you need to use a comma: 192.168.0.3,3000.