I am trying to connect Excel to Microsoft SQL Server, the problem is there are two named instances of server.
- default instance (localhost)
SRV1instance
when I connect using COMPUTER_NAME or IP address, I get connected to the default instance, but I need to connect to SRV1.
I tried COMPUTER_NAME/SRV1 and IP_ADDRESS/SRV1, both did not work. I need help thank you very much.