Hi, I have a virtual network with machine DC (AD DC), Machine A and Machine B all on the same Domain.
On A I am running SSMS and I have 2 instance of SQL Server A1 and A2 and I can connect to both just fine. On the other machine B on the network I have another 2 instances of SQL Server B1 and B2. From A I can connect to B1 but not B2 and cant figure out why. Server services are running, browser is running,
SQLCMD -L on A shows
Server:
(local)
A1
A2
B1
B2
SQLCMD -L on B shows
Server:
(local)
B1
B2
I have read through numerous forums and nothing works. Any ideas?