Re: Opening a TCP/ IP Port or Port Listener
From: Kevin (ReplyTo_at_Newsgroups.only)
Date: 07/30/03
- Next message: Steve Smith: "Re: Opening a TCP/ IP Port or Port Listener"
- Previous message: Rick Stenson: "Re: Resetting SQL Server Authentication / Security?"
- In reply to: Carlos Eduardo Rojas: "Re: Opening a TCP/ IP Port or Port Listener"
- Next in thread: Steve Smith: "Re: Opening a TCP/ IP Port or Port Listener"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 30 Jul 2003 08:58:08 -0700
if you're going to specify a port number in the hostname, you'll need to
make sure you are using tcp as your default client network protocol. you
can force this in qa as follows:
tcp:hostname,portnumber
in application code, use the connection string bit: NETWORK=DBMSSOCN
-- ---------------------------------------------------- The views expressed here are my own and not of my employer. ---------------------------------------------------- "Carlos Eduardo Rojas" <carloser@mindspring.com> wrote in message news:#A$NC0qVDHA.484@TK2MSFTNGP09.phx.gbl... > Go to server network utility and specify the new tcp port there (you have to > restart the sql server service for this change to take effect). You can > verify that it's working connecting from query analyzer and specifying > instead of just the servername, the servername a comma and then the port. > For example: > servername,1888 > > -- > Carlos E. Rojas > SQL Server MVP > Co-Author SQL Server 2000 Programming by Example > > > "Steve Smith" <ssmithmail@yahoo.com> wrote in message > news:0b2801c356a2$422ad5a0$a601280a@phx.gbl... > > We are planning to give access from Web Server to SQL > > Server through a different port other than 1433. > > It is giving an error. > > > > On SQL Server side, is there anything that we have to do > > to listen to the new port. > > > > Thanks > > > > Steve > > > > > >
- Next message: Steve Smith: "Re: Opening a TCP/ IP Port or Port Listener"
- Previous message: Rick Stenson: "Re: Resetting SQL Server Authentication / Security?"
- In reply to: Carlos Eduardo Rojas: "Re: Opening a TCP/ IP Port or Port Listener"
- Next in thread: Steve Smith: "Re: Opening a TCP/ IP Port or Port Listener"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|