July 28, 2003 at 2:17 pm
Could anyone please let me know if SQLServer can listen on multiple ports for the same database, or is it only able to listen to either defaul port 1433 or one that is defined for a named instance.
Thanks for the help.
Charles L. Nichols
Charles L. Nichols
July 28, 2003 at 2:33 pm
Yes. You can list more than one port in the Server Network Utility under the DEFAULT PORT option. Type them in separated by commas: 1433,2433,2444.
All the best,
Dale
All the best,
Dale
Author: An Introduction to SQL Server 2005 Management Studio
July 29, 2003 at 7:05 am
Dale-
Does this mean SQL Server (single instance) may also be listening on more than one ports? I was in impression that every instance of SQL server start on different port and 1433 is just the default port? Please correct me if I am wrong.
July 29, 2003 at 7:38 am
I think this topic should clear it up for you:
http://support.microsoft.com/default.aspx?scid=kb;en-us;294453
All the best,
Dale
All the best,
Dale
Author: An Introduction to SQL Server 2005 Management Studio
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply