You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/configuration-manager/sql-server-configuration-manager.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Utilizing the SQL Server Configuration Manager client
4
4
author: "markingmyname"
5
5
ms.author: "maghan"
6
6
ms.reviewer: randolphwest, vanto
7
-
ms.date: 09/11/2024
7
+
ms.date: 03/14/2025
8
8
ms.service: sql
9
9
ms.topic: conceptual
10
10
helpviewer_keywords:
@@ -18,7 +18,7 @@ helpviewer_keywords:
18
18
- "services [SQL Server], managing"
19
19
- "tools [SQL Server], SQL Server Configuration Manager"
20
20
- "configuration manager [SQL Server]"
21
-
ai.usage: ai-assisted
21
+
- "ai-assisted"
22
22
---
23
23
24
24
# SQL Server Configuration Manager
@@ -29,8 +29,8 @@ SQL Server Configuration Manager is a tool to manage the services associated wit
29
29
30
30
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.
@@ -61,7 +61,7 @@ Beginning with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)], you can use S
61
61
62
62
Manage the [!INCLUDE [ssNoVersion](../includes/ssnoversion-md.md)] services using SQL Server Configuration Manager.
63
63
64
-
> [!IMPORTANT]
64
+
> [!IMPORTANT]
65
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.
66
66
67
67
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.
@@ -78,7 +78,7 @@ SQL Server Configuration Manager allows you to create or remove an alias, change
78
78
- Protocol - The network protocol used for the configuration entry.
79
79
- Connection Parameters - The parameters associated with the connection address for the network protocol configuration.
80
80
81
-
> [!NOTE]
81
+
> [!NOTE]
82
82
> SQL Server 2022 and later versions don't support creating aliases using SQL Server Configuration Manager. To create an alias for SQL Server 2022 and later versions, use the [SQL Server Client Network Utility tool](/previous-versions/windows/desktop/odbc/dn170508(v=vs.85)).
83
83
84
84
The SQL Server Configuration Manager also allows you to view information about failover cluster instances, though Cluster Administrator should be used for some actions, such as starting and stopping the services.
0 commit comments