|
|
|
|
Change default port no.
Hi,
As we know,SQL server listens on port 1433 by default. Is there any
dependency between client and SQL server for this port number?I mean, how
will know the client that on which port the target SQL server listens?
Suppose I change this port number to 1533 and restarted the SQL server.Now I
tries to connect to SQL server from a client.What will happnen on client side
while making connections related to this port number?
With rgds
Mon, 10 Jan 2005 01:21:02 -0800
"=?Utf-8?B?UmFqZW5kcmE=?="
|
Re: Change default port no.
You will need to change the port the client looks for as well. Open the
client network utility and you will see a Properties button that will allow
you to set the TCP port that the client will use by default.
--
Andrew J. Kelly SQL MVP
"Rajendra" wrote in message
news:3B2040E2-9C6A-4941-B442-AD8A265A4765@microsoft.com...
> Hi,
>
> As we know,SQL server listens on port 1433 by default. Is there any
> dependency between client and SQL server for this port number?I mean, how
> will know the client that on which port the target SQL server listens?
>
> Suppose I change this port number to 1533 and restarted the SQL server.Now
> I
> tries to connect to SQL server from a client.What will happnen on client
> side
> while making connections related to this port number?
>
> With rgds
| |