Categories

Follow our news:

Follow canonburysvcs on Twitter Follow Canonbury Services on Facebook Follow Canonbury Services' news by RSS Follow Canonbury Services' news by Atom Follow Canonbury Services' news by email

NEWS & TECH BLOG

Open port 1433 for SQL Server

03/11/2014 – in OS / Environment

SQL Server requires that TCP port 1433 be opened in the Windows Firewall. You can do this from the Firewall’s UI but it’s actually much quicker and easier to do it from the command line:


netsh advfirewall firewall add rule name = SQLPort dir = in protocol = tcp action = allow localport = 1433 remoteip = localsubnet profile = DOMAIN

Share