I created the 2 instances where 1 is default instance and another 1 is named instance.
The default instance currently running ok with port no. 1433.
but the named instance have the remote connection problem. I hit the error below:
1) can both instances sharing the same port no. 1433?
2)Do I need to create another IP for the another instance?
3) I tried connect to the named instance using ip\instance name then I hit error below:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (.Net SqlClient Data Provider)
However, I tried the IP\instance name, 1433 but it connected to the default instance.....
Plesae advise what I should do in order to able the named instance able to run ok with allowing the remote user access as well..
thanks.