Hello!
I've been struggling with this problem for some time. I cannot use named instances directly. I can use either the port number for the named instance or create an Alias but not a dynamically assigned named instance port number.
I think this is an error within SQL-server because:
1. netstat -ano shows that sqlserver is listening on udp 1434 (which resolves named instances)
2. There is no problem with firewalls because I've tried to connect on both the same network and locally.
3. I can see proof with Microsoft utility PortQRY v2.0
PortQRY looks like this on a working server:
Querying target system called:
192.168.1.20
querying...
UDP port 1434 (ms-sql-m service): LISTENING or FILTERED
Sending SQL Server query to UDP port 1434...
Server's response:
ServerName SQL-Server1
InstanceName MSSQLSERVER
IsClustered No
Version 8.00.194
tcp 1433
np \\SQL-Server1\pipe\sql\query
==== End of SQL Server query response ====
UDP port 1434 is LISTENING
but on my server it looks like this:
Querying target system called:
192.168.1.20
querying...
UDP port 1434 (ms-sql-m service): LISTENING or FILTERED
Sending SQL Server query to UDP port 1434...
UDP port 1434 is FILTERED
Any ideas?
I've been struggling with this problem for some time. I cannot use named instances directly. I can use either the port number for the named instance or create an Alias but not a dynamically assigned named instance port number.
I think this is an error within SQL-server because:
1. netstat -ano shows that sqlserver is listening on udp 1434 (which resolves named instances)
2. There is no problem with firewalls because I've tried to connect on both the same network and locally.
3. I can see proof with Microsoft utility PortQRY v2.0
PortQRY looks like this on a working server:
Querying target system called:
192.168.1.20
querying...
UDP port 1434 (ms-sql-m service): LISTENING or FILTERED
Sending SQL Server query to UDP port 1434...
Server's response:
ServerName SQL-Server1
InstanceName MSSQLSERVER
IsClustered No
Version 8.00.194
tcp 1433
np \\SQL-Server1\pipe\sql\query
==== End of SQL Server query response ====
UDP port 1434 is LISTENING
but on my server it looks like this:
Querying target system called:
192.168.1.20
querying...
UDP port 1434 (ms-sql-m service): LISTENING or FILTERED
Sending SQL Server query to UDP port 1434...
UDP port 1434 is FILTERED
Any ideas?