Re: Connecting to SQL2005 named instance through firewall
- From: "Tibor Karaszi" <tibor_please.no.email_karaszi@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 6 Aug 2007 22:24:32 +0200
servername,portnumber
When you specify a port number, you don't specify the instance name (the port number serves as "identification" of where to go.
Or, have SQL Server Browser started on the server machine and let port 1434 UDP through the firewall. Now you can connect using servername\instancename. This way you don't have to specify a different port number of the instance decides to use something different.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
"Nick Gilbert" <nickg@xxxxxxxxxxxxxxxx> wrote in message news:%23N7YFtE2HHA.5316@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
I'm trying to connect to a SQL2005 named instance through a firewall with no success.
I can telnet to the port the SQL Server instance is listening on and it connects (so SQL Server and firewall settings are OK) but I cannot work out how to actually specify the port to connect to in the New Server Registration dialog on the machine I'm connecting *from*. Where do you actually put the instance name and network port?
I've tried
server\SQL2005
server:4929\SQL2005
server\SQL2005:4929
server 4929
etc etc etc
I think I've tried everything, but if you can't specify the port anywhere, I can't see how this can work!
Any help would be greatly appreciated.
Nick...
.
- Follow-Ups:
- Re: Connecting to SQL2005 named instance through firewall
- From: Nick Gilbert
- Re: Connecting to SQL2005 named instance through firewall
- References:
- Connecting to SQL2005 named instance through firewall
- From: Nick Gilbert
- Connecting to SQL2005 named instance through firewall
- Prev by Date: Re: 2005 Std Edition Installed, but not running
- Next by Date: Re: Preveing MS SQL2005 patches being applied thru Windows Updates
- Previous by thread: Connecting to SQL2005 named instance through firewall
- Next by thread: Re: Connecting to SQL2005 named instance through firewall
- Index(es):
Relevant Pages
|