Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2d6678b

Browse files
committed
fix include links
1 parent c641891 commit 2d6678b

1 file changed

Lines changed: 27 additions & 25 deletions

File tree

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
22
title: SQL Server Configuration Manager
33
description: Utilizing the SQL Server Configuration Manager client
4-
author: "markingmyname"
5-
ms.author: "maghan"
4+
author: markingmyname
5+
ms.author: maghan
66
ms.reviewer: randolphwest, vanto
77
ms.date: 03/14/2025
88
ms.service: sql
9+
ms.subservice: tools-other
910
ms.topic: concept-article
1011
helpviewer_keywords:
1112
- "protocols [SQL Server], managing"
@@ -18,57 +19,58 @@ helpviewer_keywords:
1819
- "services [SQL Server], managing"
1920
- "tools [SQL Server], SQL Server Configuration Manager"
2021
- "configuration manager [SQL Server]"
21-
- "ai-assisted"
22+
ai-usage: ai-assisted
23+
monikerRange: ">=sql-server-2016"
2224
---
2325

2426
# SQL Server Configuration Manager
2527

26-
[!INCLUDE [sqlserver](../includes/applies-to-version/sqlserver.md)]
28+
[!INCLUDE [SQL Server Windows Only](../../../../includes/applies-to-version/sql-windows-only.md)]
2729

2830
SQL Server Configuration Manager is a tool to manage the services associated with SQL Server, configure the network protocols used by SQL Server, and manage the network connectivity configuration from SQL Server client computers. In SQL Server 2022 (16.x) and later versions, you can also use SQL Server Configuration Manager to manage the Azure extension for SQL Server.
2931

3032
SQL Server Configuration Manager is installed automatically with your SQL Server installation. It's a Microsoft Management Console (MMC) snap-in that can be accessed from the Start menu or added to any other MMC display. The MMC uses the SQLServerManager<version>.msc file (for example, SQLServerManager16.msc for SQL Server 2022) to open SQL Server Configuration Manager.
3133

3234
| Version | Path |
3335
| --- | --- |
34-
| [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] | `C:\Windows\SysWOW64\SQLServerManager16.msc` |
35-
| [!INCLUDE [sssql19-md](../includes/sssql19-md.md)] | `C:\Windows\SysWOW64\SQLServerManager15.msc` |
36-
| [!INCLUDE [sssql17-md](../includes/sssql17-md.md)] | `C:\Windows\SysWOW64\SQLServerManager14.msc` |
37-
| [!INCLUDE [sssql16-md](../includes/sssql16-md.md)] | `C:\Windows\SysWOW64\SQLServerManager13.msc` |
38-
| [!INCLUDE [sssql14-md](../includes/sssql14-md.md)] | `C:\Windows\SysWOW64\SQLServerManager12.msc` |
39-
| [!INCLUDE [sssql11-md](../includes/sssql11-md.md)] | `C:\Windows\SysWOW64\SQLServerManager11.msc` |
36+
| [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] | `C:\Windows\SysWOW64\SQLServerManager16.msc` |
37+
| [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] | `C:\Windows\SysWOW64\SQLServerManager15.msc` |
38+
| [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)] | `C:\Windows\SysWOW64\SQLServerManager14.msc` |
39+
| [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] | `C:\Windows\SysWOW64\SQLServerManager13.msc` |
40+
| [!INCLUDE [sssql14-md](../../includes/sssql14-md.md)] | `C:\Windows\SysWOW64\SQLServerManager12.msc` |
41+
| [!INCLUDE [sssql11-md](../../includes/sssql11-md.md)] | `C:\Windows\SysWOW64\SQLServerManager11.msc` |
4042

41-
Because SQL Server Configuration Manager is a snap-in for the [!INCLUDE [msconame-md](../includes/msconame-md.md)] Management Console program and not a stand-alone program, it doesn't appear as an application in newer versions of Windows.
43+
Because SQL Server Configuration Manager is a snap-in for the [!INCLUDE [msconame-md](../../includes/msconame-md.md)] Management Console program and not a stand-alone program, it doesn't appear as an application in newer versions of Windows.
4244

4345
## Accessing SQL Server Configuration Manager
4446

4547
- **Windows 10 and Windows 11:** To open SQL Server Configuration Manager, type `SQLServerManager16.msc` (for SQL Server 2022) in the Start Page. For other versions, replace `16` with the appropriate number. You can pin SQL Server Configuration Manager to the Start Page or Task Bar by right-clicking `SQLServerManager16.msc` and selecting "Open file location." Then, right-click the file and select "Pin to Start" or "Pin to Taskbar".
4648
- **Windows 8:** In the Search charm, under Apps, type `SQLServerManager<version>.msc` (for example, `SQLServerManager16.msc`) and press Enter.
4749

48-
SQL Server Configuration Manager and SQL Server Management Studio use Window Management Instrumentation (WMI) to view and change some server settings. WMI provides a unified way to interface with API calls and manages the registry operations requested by the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] tools. WMI also provides enhanced control and manipulation over the selected SQL services of the SQL Server Configuration Manager snap-in component. For information about configuring permissions related to WMI, see [Configure WMI to Show Server Status in SQL Server Tools](../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md).
50+
SQL Server Configuration Manager and SQL Server Management Studio use Window Management Instrumentation (WMI) to view and change some server settings. WMI provides a unified way to interface with API calls and manages the registry operations requested by the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] tools. WMI also provides enhanced control and manipulation over the selected SQL services of the SQL Server Configuration Manager snap-in component. For information about configuring permissions related to WMI, see [Configure WMI to Show Server Status in SQL Server Tools](../../ssms/configure-wmi-to-show-server-status-in-sql-server-tools.md).
4951

50-
To start, stop, pause, resume, or configure services on another computer by using SQL Server Configuration Manager, see [SQL Server Configuration Manager: Connect to another computer](../database-engine/configure-windows/scm-services-connect-to-another-computer.md).
52+
To start, stop, pause, resume, or configure services on another computer by using SQL Server Configuration Manager, see [SQL Server Configuration Manager: Connect to another computer](../../database-engine/configure-windows/scm-services-connect-to-another-computer.md).
5153

5254
## Manage services
5355

5456
You can use SQL Server Configuration Manager to start, pause, resume, or stop the services, view service properties, or change service properties.
5557

56-
Use SQL Server Configuration Manager to start the [!INCLUDE [ssDE](../includes/ssde-md.md)] using startup parameters. For more information, see [SQL Server Configuration Manager: Configure server startup options](../database-engine/configure-windows/scm-services-configure-server-startup-options.md).
58+
Use SQL Server Configuration Manager to start the [!INCLUDE [ssDE](../../includes/ssde-md.md)] using startup parameters. For more information, see [SQL Server Configuration Manager: Configure server startup options](../../database-engine/configure-windows/scm-services-configure-server-startup-options.md).
5759

58-
Beginning with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], you can use SQL Server Configuration Manager to start, pause, resume, or stop Azure extension for SQL Server.
60+
Beginning with [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)], you can use SQL Server Configuration Manager to start, pause, resume, or stop Azure extension for SQL Server.
5961

60-
## Change the accounts used by the services
62+
## Change accounts used by services
6163

62-
Manage the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] services using SQL Server Configuration Manager.
64+
Manage the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] services using SQL Server Configuration Manager.
6365

6466
> [!IMPORTANT]
65-
> Always use [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] tools such as SQL Server Configuration Manager to change the account used by the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] or [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] Agent services or to change the password for the account. In addition to changing the account name, the SQL Server Configuration Manager performs additional configurations, such as setting permissions in the Windows Registry so that the new account can read the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] settings. Other tools, such as the Windows Services Control Manager, can change the account name but don't change associated settings. If the service can't access the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] portion of the registry, the service might not start properly.
67+
> Always use [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] tools such as SQL Server Configuration Manager to change the account used by the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] or [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent services or to change the password for the account. In addition to changing the account name, the SQL Server Configuration Manager performs additional configurations, such as setting permissions in the Windows Registry so that the new account can read the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] settings. Other tools, such as the Windows Services Control Manager, can change the account name but don't change associated settings. If the service can't access the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] portion of the registry, the service might not start properly.
6668
6769
As an extra benefit, passwords changed using SQL Server Configuration Manager, SQL Server Management Objects (SMO), or WMI take effect immediately without restarting the service.
6870

6971
## Manage server and client network protocols
7072

71-
SQL Server Configuration Manager allows you to configure server or client network protocols and connectivity options. After the correct protocols are enabled, you don't need to change the server network connections. However, you can use SQL Server Configuration Manager if you need to reconfigure the server connections so [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] listens on a particular network protocol, port, or named pipe. For more information about enabling protocols, see [Enable or disable a server network protocol](../database-engine/configure-windows/enable-or-disable-a-server-network-protocol.md). For information about enabling access to protocols through a firewall, see [Configure the Windows Firewall to allow SQL Server access](../sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md).
73+
SQL Server Configuration Manager allows you to configure server or client network protocols and connectivity options. After the correct protocols are enabled, you don't need to change the server network connections. However, you can use SQL Server Configuration Manager if you need to reconfigure the server connections so [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] listens on a particular network protocol, port, or named pipe. For more information about enabling protocols, see [Enable or disable a server network protocol](../../database-engine/configure-windows/enable-or-disable-a-server-network-protocol.md). For information about enabling access to protocols through a firewall, see [Configure the Windows Firewall to allow SQL Server access](../../sql-server/install/configure-the-windows-firewall-to-allow-sql-server-access.md).
7274

7375
SQL Server Configuration Manager allows you to manage server and client network protocols, include forcing protocol encryption, viewing alias properties, and enabling/disable a protocol.
7476

@@ -85,12 +87,12 @@ The SQL Server Configuration Manager also allows you to view information about f
8587

8688
### Available network protocols
8789

88-
[!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] supports Shared Memory, TCP/IP, and Named Pipes protocols. For information about choosing network protocols, see [Configure Client Protocols](../database-engine/configure-windows/configure-client-protocols.md). [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] doesn't support VIA, Banyan VINES Sequenced Packet Protocol (SPP), Multiprotocol, AppleTalk, or NWLink IPX/SPX network protocols. Clients previously connecting with these protocols must select a different protocol to connect to [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)]. You can't use SQL Server Configuration Manager to configure the WinSock proxy. To configure the WinSock proxy, see your Internet Security and Authentication Server (ISA) documentation.
90+
[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] supports Shared Memory, TCP/IP, and Named Pipes protocols. For information about choosing network protocols, see [Configure Client Protocols](../../database-engine/configure-windows/configure-client-protocols.md). [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] doesn't support VIA, Banyan VINES Sequenced Packet Protocol (SPP), Multiprotocol, AppleTalk, or NWLink IPX/SPX network protocols. Clients previously connecting with these protocols must select a different protocol to connect to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. You can't use SQL Server Configuration Manager to configure the WinSock proxy. To configure the WinSock proxy, see your Internet Security and Authentication Server (ISA) documentation.
8991

9092
## Related content
9193

92-
- [SQL Server Configuration Manager: Connect to another computer](../database-engine/configure-windows/scm-services-connect-to-another-computer.md)
93-
- [Start, stop, pause, resume, and restart SQL Server services](../database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md)
94-
- [Start, stop, or pause the SQL Server Agent service](../ssms/agent/start-stop-or-pause-the-sql-server-agent-service.md)
95-
- [SQL Server Configuration Manager: Set an instance to start automatically](../database-engine/configure-windows/scm-services-set-an-instance-to-start-automatically.md)
96-
- [SQL Server Configuration Manager: Prevent automatic startup of an instance](../database-engine/configure-windows/scm-services-prevent-automatic-startup-of-an-instance.md)
94+
- [SQL Server Configuration Manager: Connect to another computer](../../database-engine/configure-windows/scm-services-connect-to-another-computer.md)
95+
- [Start, stop, pause, resume, and restart SQL Server services](../../database-engine/configure-windows/start-stop-pause-resume-restart-sql-server-services.md)
96+
- [Start, stop, or pause the SQL Server Agent service](../../ssms/agent/start-stop-or-pause-the-sql-server-agent-service.md)
97+
- [SQL Server Configuration Manager: Set an instance to start automatically](../../database-engine/configure-windows/scm-services-set-an-instance-to-start-automatically.md)
98+
- [SQL Server Configuration Manager: Prevent automatic startup of an instance](../../database-engine/configure-windows/scm-services-prevent-automatic-startup-of-an-instance.md)

0 commit comments

Comments
 (0)