|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Yesterday @ 8:47 AM
Points: 359,
Visits: 1,487
|
|
| how to check and open the port 1433 for sql in windows 2008 .
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: 2 days ago @ 5:04 AM
Points: 323,
Visits: 966
|
|
telnet serverIP 1433
----------------------------------------------------------------------------- संकेत कोकणे
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Sunday, May 19, 2013 6:33 AM
Points: 65,
Visits: 202
|
|
You should be able to use netsh command and use the firewal option to open the port 1433 for SQL Server.
netsh firewall set portopening TCP 1433 "SQLServer"
Refer the below links
http://support.microsoft.com/kb/968872
http://blogs.msdn.com/b/jorgepc/archive/2009/08/25/open-firewall-ports-for-sql-server-the-easy-way.aspx
http://support.microsoft.com/kb/839980
|
|
|
|