Skip to content

Commit 36537da

Browse files
Merge pull request #29517 from WilliamDAssafMSFT/20210109-moniker-hide-snac
20230109 edit pass, add include for SNAC retirement
2 parents 4a4cc7f + 9c6e706 commit 36537da

3 files changed

Lines changed: 63 additions & 50 deletions

File tree

docs/tools/configuration-manager/sql-native-client-11-0-configuration.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "SQL Native Client 11.0 Configuration"
33
description: Find out about the settings that are configured in the SQL Server Native Client Configuration dialog boxes in Microsoft SQL Server Configuration Manager.
44
author: markingmyname
55
ms.author: maghan
6-
ms.date: "03/14/2017"
6+
ms.date: 01/09/2024
77
ms.service: sql
88
ms.subservice: tools-other
99
ms.topic: conceptual
@@ -13,31 +13,35 @@ monikerRange: ">=sql-server-2016"
1313
---
1414
# SQL Native Client 11.0 Configuration
1515
[!INCLUDE [SQL Server Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
16-
This section contains the F1 Help topics for the **SQL Server Native Client Configuration** dialogs in [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager. [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client is the network library that client computers use to connect to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], starting with [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
16+
17+
This section contains the F1 Help articles for the **SQL Server Native Client Configuration** dialogs in [!INCLUDE [msCoName](../../includes/msconame-md.md)] [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager. [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Native Client is the network library that client computers use to connect to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], starting with [!INCLUDE [msCoName](../../includes/msconame-md.md)] [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
18+
19+
The settings configured in [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Native Client Configuration are used on the computer running the client program. When configured on the computer running [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], they affect only those client programs running on the server.
1720

18-
The settings configured in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client Configuration, are used on the computer running the client program. When configured on the computer running [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], they affect only those client programs running on the server.
21+
These settings do not affect clients connecting to previous versions of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], unless they are using the client tools starting with [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], such as [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)].
1922

20-
These settings do not affect clients connecting to previous versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], unless they are using the client tools starting with [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], such as [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)].
23+
> [!IMPORTANT]
24+
> [!INCLUDE [snac-removed-oledb-and-odbc](../../includes/snac-removed-oledb-and-odbc.md)]
25+
26+
## In this Section
2127

22-
## In this Section
28+
- [SQL Server Native Client Configuration Properties (Flags Tab)](../../tools/configuration-manager/sql-server-native-client-configuration-properties-flags-tab.md)
2329

24-
- [SQL Server Native Client Configuration Properties (Flags Tab)](../../tools/configuration-manager/sql-server-native-client-configuration-properties-flags-tab.md)
30+
- [Client Protocols (SQL Server Configuration Manager)](../../tools/configuration-manager/client-protocols-sql-server-configuration-manager.md)
2531

26-
- [Client Protocols (SQL Server Configuration Manager)](../../tools/configuration-manager/client-protocols-sql-server-configuration-manager.md)
32+
- [Client Protocols Properties (Order Tab)](../../tools/configuration-manager/client-protocols-properties-order-tab.md)
2733

28-
- [Client Protocols Properties (Order Tab)](../../tools/configuration-manager/client-protocols-properties-order-tab.md)
34+
- [Client Protocols - Shared Memory Properties (Protocol Tab)](../../tools/configuration-manager/client-protocols-shared-memory-properties-protocol-tab.md)
2935

30-
- [Client Protocols - Shared Memory Properties (Protocol Tab)](../../tools/configuration-manager/client-protocols-shared-memory-properties-protocol-tab.md)
36+
- [Client Protocols - TCP IP Properties (Protocol Tab)](../../tools/configuration-manager/client-protocols-tcp-ip-properties-protocol-tab.md)
3137

32-
- [Client Protocols - TCP IP Properties (Protocol Tab)](../../tools/configuration-manager/client-protocols-tcp-ip-properties-protocol-tab.md)
38+
- [Client Protocols - Named Pipes Properties (Protocol Tab)](../../tools/configuration-manager/client-protocols-named-pipes-properties-protocol-tab.md)
3339

34-
- [Client Protocols - Named Pipes Properties (Protocol Tab)](../../tools/configuration-manager/client-protocols-named-pipes-properties-protocol-tab.md)
40+
- [Aliases (SQL Server Configuration Manager)](../../tools/configuration-manager/aliases-sql-server-configuration-manager.md)
3541

36-
- [Aliases (SQL Server Configuration Manager)](../../tools/configuration-manager/aliases-sql-server-configuration-manager.md)
42+
- [New Alias (Alias Tab)](../../tools/configuration-manager/new-alias-alias-tab.md)
3743

38-
- [New Alias (Alias Tab)](../../tools/configuration-manager/new-alias-alias-tab.md)
39-
40-
- [<Alias> Properties (Alias Tab)](../../tools/configuration-manager/alias-properties-alias-tab.md)
44+
- [<Alias> Properties (Alias Tab)](../../tools/configuration-manager/alias-properties-alias-tab.md)
4145

4246
- [Creating a Valid Connection String Using Shared Memory Protocol](../../tools/configuration-manager/creating-a-valid-connection-string-using-shared-memory-protocol.md)
4347

docs/tools/configuration-manager/sql-server-configuration-manager-help.md

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "SQL Server Configuration Manager Help"
33
description: Get acquainted with SQL Server Configuration Manager. Learn how to use it to manage SQL Server services and configure network connectivity.
44
author: markingmyname
55
ms.author: maghan
6-
ms.date: "02/01/2018"
6+
ms.date: 01/09/2024
77
ms.service: sql
88
ms.subservice: tools-other
99
ms.topic: conceptual
@@ -13,65 +13,70 @@ monikerRange: ">=sql-server-2016"
1313
---
1414
# SQL Server Configuration Manager Help
1515
[!INCLUDE [SQL Server Windows Only](../../includes/applies-to-version/sql-windows-only.md)]
16-
Use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager to configure [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] services and configure network connectivity. To create or manage database objects, configure security, and write [!INCLUDE[tsql](../../includes/tsql-md.md)] queries, use [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. For more information about [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)], see [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Books Online.
16+
17+
Use [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager to configure [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] services and configure network connectivity. To create or manage database objects, configure security, and write [!INCLUDE [tsql](../../includes/tsql-md.md)] queries, use [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. For more information about [!INCLUDE [ssManStudioFull](../../includes/ssmanstudiofull-md.md)], see [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Books Online.
1718

1819
> [!TIP]
19-
> If you need to configure [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] on Linux, use the **mssql-conf** tool. For more information, see [Configure SQL Server on Linux with the mssql-conf tool](../../linux/sql-server-linux-configure-mssql-conf.md).
20+
> If you need to configure [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] on Linux, use the **mssql-conf** tool. For more information, see [Configure SQL Server on Linux with the mssql-conf tool](../../linux/sql-server-linux-configure-mssql-conf.md).
2021
21-
This section contains the F1 Help topics for the dialogs in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager.
22+
This section contains the F1 Help articles for the dialogs in [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager.
2223

2324
> [!NOTE]
24-
> [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager cannot configure versions of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] earlier than [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)].
25+
> [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager cannot configure versions of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] earlier than [!INCLUDE [msCoName](../../includes/msconame-md.md)] [!INCLUDE [ssVersion2005](../../includes/ssversion2005-md.md)].
2526
26-
## Services
27-
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager manages services that are related to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. Although many of these tasks can be accomplished using the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Windows Services dialog, is important to note that [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager performs additional operations on the services it manages, such as applying the correct permissions when the service account is changed. Using the normal Windows Services dialog to configure any of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] services might cause the service to malfunction.
27+
## Services
28+
[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager manages services that are related to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. Although many of these tasks can be accomplished using the [!INCLUDE [msCoName](../../includes/msconame-md.md)] Windows Services dialog, is important to note that [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager performs additional operations on the services it manages, such as applying the correct permissions when the service account is changed. Using the normal Windows Services dialog to configure any of the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] services might cause the service to malfunction.
2829

29-
Use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager for the following tasks for services:
30+
Use [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager for the following tasks for services:
3031

3132
- Start, stop, and pause services
3233

3334
- Configure services to start automatically or manually, disable the services, or change other service settings
3435

35-
- Change the passwords for the accounts used by the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] services
36+
- Change the passwords for the accounts used by the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] services
3637

37-
- Start [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] using trace flags (command line parameters)
38+
- Start [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] using trace flags (command line parameters)
3839

3940
- View the properties of services
4041

41-
## SQL Server Network Configuration
42-
Use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager for the following tasks related to the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] services on this computer:
42+
## SQL Server Network Configuration
43+
Use [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager for the following tasks related to the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] services on this computer:
4344

44-
- Enable or disable a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] network protocol
45+
- Enable or disable a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] network protocol
4546

46-
- Configure a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] network protocol
47+
- Configure a [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] network protocol
4748

4849
> [!NOTE]
49-
> For a short tutorial about how to configure protocols and connect to the [!INCLUDE[ssDEnoversion](../../includes/ssdenoversion-md.md)], see [Tutorial: Getting Started with the Database Engine](../../relational-databases/tutorial-getting-started-with-the-database-engine.md).
50+
> For a short tutorial about how to configure protocols and connect to the [!INCLUDE [ssDEnoversion](../../includes/ssdenoversion-md.md)], see [Tutorial: Getting Started with the Database Engine](../../relational-databases/tutorial-getting-started-with-the-database-engine.md).
5051
51-
## SQL Server Native Client Configuration
52-
[!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] clients connect to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] by using the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client network library. Use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager for the following tasks related to client applications on this computer:
52+
## SQL Server Native Client Configuration
53+
54+
> [!IMPORTANT]
55+
> [!INCLUDE [snac-removed-oledb-and-odbc](../../includes/snac-removed-oledb-and-odbc.md)]
56+
57+
[!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] clients connect to [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] by using the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Native Client network library. Use [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager for the following tasks related to client applications on this computer:
5358

54-
- For [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] client applications on this computer, specify the protocol order, when connecting to instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)].
59+
- For [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] client applications on this computer, specify the protocol order, when connecting to instances of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].
5560

5661
- Configure client connection protocols.
5762

58-
- For [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] client applications, create aliases for instances of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], so that clients can connect using a custom connection string.
63+
- For [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] client applications, create aliases for instances of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], so that clients can connect using a custom connection string.
5964

6065
For more information about each of these tasks, see F1 help for each task.
6166

62-
#### To open SQL Server Configuration Manager
67+
#### <a id="to-open-sql-server-configuration-manager"></a> Open SQL Server Configuration Manager
6368

64-
- On the **Start** menu, point to **All Programs**, point to **Microsoft SQL Server** (version), point to **Configuration Tools**, and then click **SQL Server Configuration Manager**.
69+
- On the **Start** menu, point to **All Programs**, point to **Microsoft SQL Server** (version), point to **Configuration Tools**, and then select **SQL Server Configuration Manager**.
6570

6671

67-
**To access [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager Using [!INCLUDE[win8](../../includes/win8-md.md)]**
72+
**To access [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager Using [!INCLUDE [win8](../../includes/win8-md.md)]**
6873

69-
Because [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager is a snap-in for the [!INCLUDE[msCoName](../../includes/msconame-md.md)] Management Console program and not a stand-alone program, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager not does not appear as an application when running [!INCLUDE[win8](../../includes/win8-md.md)]. To open [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager, in the **Search** charm, under **Apps**, type **SQLServerManager12.msc** (for [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)]) or **SQLServerManager11.msc** (for [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)]), and then press **Enter**.
74+
Because [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager is a snap-in for the [!INCLUDE [msCoName](../../includes/msconame-md.md)] Management Console program and not a stand-alone program, [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager not does not appear as an application when running [!INCLUDE [win8](../../includes/win8-md.md)]. To open [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager, in the **Search** charm, under **Apps**, type **SQLServerManager12.msc** (for [!INCLUDE [ssSQL14](../../includes/sssql14-md.md)]) or **SQLServerManager11.msc** (for [!INCLUDE [ssSQL11](../../includes/sssql11-md.md)]), and then press **Enter**.
7075

7176

72-
## See Also
73-
[SQL Server Services](../../tools/configuration-manager/sql-server-services.md)
74-
[SQL Server Network Configuration](../../tools/configuration-manager/sql-server-network-configuration.md)
75-
[SQL Native Client 11.0 Configuration](../../tools/configuration-manager/sql-native-client-11-0-configuration.md)
76-
[Choosing a Network Protocol](/previous-versions/sql/sql-server-2016/ms187892(v=sql.130))
77-
77+
## Related content
78+
79+
- [SQL Server Services](sql-server-services.md)
80+
- [SQL Server Network Configuration](sql-server-network-configuration.md)
81+
- [SQL Native Client 11.0 Configuration](sql-native-client-11-0-configuration.md)
82+
- [Choosing a Network Protocol](/previous-versions/sql/sql-server-2016/ms187892(v=sql.130))

0 commit comments

Comments
 (0)