After you have installed SQL Server, you might have noticed that the firewall will block access to it. In order to remedy this, you will have to open 2 ports in the firewall. TCP port 1433 for the actual SQL Server engine, and UDP port 1434 for the SQL Server Browser. This could be done [...]