How to Enable Remote Connections to SQL

How to Enable Remote Connections to SQL


This guide will walk you through enabling remote connections to SQL Server, allowing other devices on your network to connect to the database.


  1. Open SQL Server Configuration Manager
    Go to Start and search for SQL Server 2022 Configuration Manager
    Click Open
  2. Enable TCP/IP Protocol
    Expand SQL Server Network Configuration
    Click on Protocols for MSSQLSERVER
    Right-click on Named Pipes and select Enable
    Right-click on TCP/IP and select Enable
  3. Go to SQL Server Services
    Right-click on SQL Server (MSSQLSERVER)
    Select Restart
  4. To complete this setup, follow the instructions in the article:  How to Open a Port in Windows Firewall
    Note: Be sure to enter 1433 as the port number when you are asked for it.


    • Related Articles

    • Installing Microsoft SQL Server

      This article will walk you through installing and configuring SQL Server for a migration workstation. Visit https://www.microsoft.com/en-us/sql-server/sql-server-downloads and scroll down just a bit until you see Developer and click the Download now ...
    • How to Enable Nested Virtualization

      Nested virtualization allows you to run a virtual machine (VM) inside another VM, which is useful for testing, development, and creating multi-layered virtualization environments. Open Hyper-V Manager on Your Host Computer Select the VM you want to ...
    • Enable BitLocker Encryption on Your Drive

      In this article, we will walk you through the steps to enable BitLocker encryption on your drive. Open This PC on your computer. 1. Right-click on the drive where you want to enable BitLocker. 2. Click on Turn on BitLocker Select the option Use a ...
    • Providing Remote TeamViewer Access

      TeamViewer provides a secure method of remotely accessing a PC, workstation or server. In order to access the device, provide the following information the person you want to provide access to. Do Not Use Secondary Admin Users Although secondary ...
    • How to Configure SQL Server RAM Limits

      This article will guide you through setting up RAM limits for Microsoft SQL Server to ensure optimal performance while leaving sufficient resources for the operating system and other applications. Launch SQL Server Management Studio (SSMS) Click Open ...