"If you want to access a named instance from any connection string without using the instance name and use only the server name, you can do the following:
To access a named instance with only the host name, go to SQL Server Configuration Manager and enable TCP / IP for this named instance, right-click and go to the properties, and on the IP tab, go to the IP All section and make TCP Dynamic Ports empty and make TCP port 1433 (which is the default)
This will cause the named instance to listen on the default port. Note. You can only have one instance configured: none of the two instances can have the same port in the IP All section, unless the instance is a failover cluster. "
See Zaza's answer. He explains with a screenshot how you can set which server is listening on the default port.
fooobar.com/questions/43210 / ...
source share