Setting up a Microsoft SQL Server
-
For the server's properties, make sure that the SQL Server and Windows Authentication mode is enabled.
- Right-click the server then select Properties from the context menu.
- Select the Security page on the left pane.
- On the Server Properties > Security > Logins make sure that the SQL login has administrator privileges.
- Go to the SQL Configuration Manager app, then SQL Server Network Configuration > Protocols for <SQL Server> and make sure that Enabled TCP/IP is enabled.
- Restart the SQL Server.
-
Open Port 1433.
- Open the Windows Defender Firewall.
- Select Inbound Rules > New Rule.
- Select the Rule Type to be Port.
- Select the Protocol and Ports to be TCP with the specific local port to be 1433.
- Select the Action to be Allow the connection.
- For the Profile, select All.
- Add the SQL Server name.
- Click Finish.