|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 6:47 AM
Points: 1,622,
Visits: 1,924
|
|
Twinsoft SME (7/7/2010)
SQL Server should only be using 1 open port? 
Actually - Microsoft recommends multiple ports to help balance the "listening" load on busy servers.
From http://support.microsoft.com/kb/294453 - "To increase the performance of the SQL Server server to simultaneously process more connection requests, additional TCP ports to listen on can be added".
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies." Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, February 17, 2011 1:34 AM
Points: 2,
Visits: 4
|
|
Hi, I tried it on several 2005 databases. All of them returned 0 rows. Is it normal ? Thanks.
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: Today @ 6:47 AM
Points: 1,622,
Visits: 1,924
|
|
BIG1362000 (7/9/2010) Hi, I tried it on several 2005 databases. All of them returned 0 rows. Is it normal ? Thanks.
In the script, I exclude port 1433 (WHERE c.local_tcp_port <> 1433) which is the default listener for SQL Server. You will get 0 rows in the result if you haven't got connections using a port other than the default.
MG
"There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies." Tony Hoare
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, November 19, 2012 11:30 PM
Points: 290,
Visits: 713
|
|
Its an advantage that it shows cpu_time and memory_usage of the connected sessions. Its easy to narrow down few issues.
Cheers
John
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, February 17, 2011 1:34 AM
Points: 2,
Visits: 4
|
|
|
|
|