Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
SQLBuddy123
Starting Member
26 Posts |
Posted - 2009-06-02 : 10:07:49
|
Hi, We have a cluster node with multiple SQL Server 2005 instances. Since these instances have different IP addresses can we use the same default port 1433 for all of these instances or should we use different non standard port numbers for these instances? Could any one please help me with this issue? Thank you,Yours,SQLBuddy |
|
dinakar
Master Smack Fu Yak Hacker
2507 Posts |
Posted - 2009-06-02 : 16:23:46
|
multiple instances cannot listen on same port.. so its best to configure different ports to different instances.Dinakar Nethi************************Life is short. Enjoy it.************************http://weblogs.sqlteam.com/dinakar/ |
 |
|
SQLBuddy123
Starting Member
26 Posts |
Posted - 2009-06-02 : 18:12:52
|
Hi Dinakar, Thank you very much.Yours SQLBuddy |
 |
|
|
|
|