0 vote
I did a test today where I changed the port of my SQL Express server from the default of 1433. I changed it to 3341. In RDM I eddited my datasource entries and put the server in as sql-express.mydomain.com:3341 but it appeared RDM would not accept this way of entering the port number.
So... Is it possible to use a custom port? If so, how? If not, can I request that feature?
Hi,
In SQL Server you need to use a coma to specify the custom port:
http://stackoverflow.com/questions/5294721/how-to-specify-a-port-number-in-sql-server-connection-string
David Hervieux
Thanks David!