About 174,000 results
Open links in new tab
  1. Server Network Configuration - SQL Server | Microsoft Learn

    Aug 26, 2025 · Become familiar with SQL Server network configuration tasks. View information on enabling protocols, configuring encryption, registering SPNs, and other actions.

  2. SQL Server network configuration

    Jun 14, 2016 · There are three main network protocols that you can configure in SQL Server. All these network protocols are installed by default when installing the SQL Server instance, but you need to …

  3. How to Enable TCP/IP Connections in SQL Server - SQL DBA Blog

    Apr 25, 2020 · In this post I'm showing how to enable TCP/IP connections for SQL Server, which can be done via command or SQL Server Configuration Manager.

  4. How to configure sql server to allow remote connections?

    Jul 2, 2025 · SQL Server communicates over various network protocols, including TCP/IP, Named Pipes, and Shared Memory. For remote connectivity, the TCP/IP protocol must be enabled. Open …

  5. Enabling TCP Connections in SQL Server - DBASco

    Jan 30, 2024 · Ensuring that TCP connections are enabled in SQL Server is a crucial step for optimal network communication. In this guide, we’ll walk you through the process using two popular …

  6. Configure Named Pipe And TCP/IP Settings Of SQL Server

    In this article, we are going to configure Microsoft SQL Server on a Windows machine to listen to a specific TCP port. We will enable TCP/IP and Named Pipe and configure firewall rules so that other …

  7. enable-or-disable-a-server-network-protocol.md - GitHub

    Use SQL Server Configuration Manager or PowerShell to enable or disable a SQL Server server network protocol. [!INCLUDE sql-windows-only] All network protocols are installed during installation, …

  8. Ultimate Guide To SQL Server Configuration Manager | DcodeSnippet

    May 9, 2024 · Configuring network protocols in SQL Server Configuration Manager is essential for ensuring proper communication between servers and clients. Network protocols determine how data …

  9. Configuring SQL Server Network Protocols - Axial SQL

    Jun 6, 2016 · To enable or disable a specific network protocol, you can use the SQL Server Configuration Manager tool. Open the tool and expand the SQL Server Network Configuration node …

  10. SQL Server network configuration | SQL DBA School

    SQL Server Network Configuration can be managed using the SQL Server Configuration Manager tool. There are three main network protocols that you can configure in SQL Server.