Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.25 KB

File metadata and controls

22 lines (15 loc) · 1.25 KB
author rothja
ms.author jroth
ms.date 10/26/2018
ms.service azure-vm-sql-server
ms.topic include
  1. While connected to the virtual machine, open SQL Server Configuration Manager.

  2. In SQL Server Configuration Manager, in the console pane, expand SQL Server Network Configuration.

  3. In the console pane, select Protocols for MSSQLSERVER (the default instance name.) In the details pane, right-click TCP and select Enable if it is not already enabled.

    Enable TCP

  4. In the console pane, select SQL Server Services. In the details pane, right-click SQL Server (instance name) (the default instance is SQL Server (MSSQLSERVER)), and then select Restart, to stop and restart the instance of SQL Server.

    Restart Database Engine

  5. Close SQL Server Configuration Manager.

For more information about enabling protocols for the SQL Server Database Engine, see Enable or Disable a Server Network Protocol.