December 12, 2012 at 12:01 am
how to check and open the port 1433 for sql in windows 2008 .
December 12, 2012 at 12:12 am
telnet serverIP 1433
-----------------------------------------------------------------------------
संकेत कोकणे
December 12, 2012 at 12:15 am
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
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply