![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
does anybody know in case we have two instances of mssql 2008 installed on the same machine do they need to work on different ports? one of them on 1433 (default mssql) and the other on some other port? |
#3
| |||
| |||
|
|
does anybody know in case we have two instances of mssql 2008 installed on the same machine do they need to work on different ports? one of them on 1433 (default mssql) and the other on some other port? |
#4
| |||
| |||
|
|
m (web12master (AT) gmail (DOT) com) writes: does anybody know in case we have two instances of mssql 2008 installed on the same machine do they need to work on different ports? one of them on 1433 (default mssql) and the other on some other port? Yes, you cannot have two servers listening on the same port. As Andrew says, you don't take any extra precaution for this to happen. A default instance will use port 1433, and a named instance will use a dynamic port. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx |
#5
| |||
| |||
|
|
Thanx for help. So every time we made restart named instance will get different port. Can we manage for named instance to have static port? This is important for firewall configuration. If we have different ports after every restart we should applay that changes to firewall configuration, this makes extra work? Thanx. "Erland Sommarskog" <esquel (AT) sommarskog (DOT) se> wrote in message news:Xns9E71EF1F764CDYazorman (AT) 127 (DOT) 0.0.1... m (web12master (AT) gmail (DOT) com) writes: does anybody know in case we have two instances of mssql 2008 installed on the same machine do they need to work on different ports? one of them on 1433 (default mssql) and the other on some other port? Yes, you cannot have two servers listening on the same port. As Andrew says, you don't take any extra precaution for this to happen. A default instance will use port 1433, and a named instance will use a dynamic port. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Links for SQL Server Books Online: SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx |
#6
| |||
| |||
|
|
So every time we made restart named instance will get different port. |
|
Can we manage for named instance to have static port? |
![]() |
| Thread Tools | |
| Display Modes | |
| |