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

Commit 23f9b25

Browse files
committed
Add note for aliases in 2022+ (UUF 367643)
1 parent 4337cf5 commit 23f9b25

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

docs/database-engine/configure-windows/create-or-delete-a-server-alias-for-use-by-a-client.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Create or delete a server alias for use by a client
2+
title: Create or Delete a Server Alias for Use by a Client
33
description: Find out how to create and delete an alias, an alternate name you can use when you connect to an instance of SQL Server. Learn about the benefits of aliases.
44
author: rwestMSFT
55
ms.author: randolphwest
6-
ms.date: 07/16/2024
6+
ms.date: 02/19/2025
77
ms.service: sql
88
ms.subservice: configuration
99
ms.topic: conceptual
@@ -21,7 +21,14 @@ This article describes how to create or delete a server alias in [!INCLUDE [ssno
2121

2222
An alias is an alternate name that can be used to make a connection. The alias encapsulates the required elements of a connection string, and exposes them with a name chosen by the user. Aliases can be used with any client application. By creating server aliases, your client computer can connect to multiple servers using different network protocols, without having to specify the protocol and connection details for each one. In addition, you can also have different network protocols enabled all the time, even if you only need to use them occasionally. If you have configured the server to listen on a non-default port number or named pipe, and you have disabled the SQL Server Browser service, create an alias that specifies the new port number or named pipe.
2323

24-
## <a id="SSMSProcedure"></a> Use SQL Server Configuration Manager
24+
> [!NOTE]
25+
> Aliases for SQL Server are a client side configuration. Each client computer that uses the alias must have an identical alias configuration, and SQL Server Configuration Manager isn't the only tool that can be used to create or manage aliases.
26+
>
27+
> [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and later versions don't support creating aliases using SQL Server Configuration Manager. To create an alias for [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and later versions, use the [SQL Server Client Network Utility tool](/previous-versions/windows/desktop/odbc/dn170508(v=vs.85)).
28+
29+
<a id="SSMSProcedure"></a>
30+
31+
## Use SQL Server Configuration Manager
2532

2633
### Create an alias
2734

@@ -36,7 +43,7 @@ An alias is an alternate name that can be used to make a connection. The alias e
3643
The connection strings described in SQL Server Configuration Manager Help can be useful for programmers who create their own connection strings. To access this information, in the **New Alias** dialog box, press F1, or select **Help**.
3744

3845
> [!NOTE]
39-
> If a configured alias is connecting to the wrong server or instance, disable and then reenable the associated network protocol. Doing this clears any cached connection information and allows the client to connect correctly.
46+
> If a configured alias is connecting to the wrong server or instance, disable and then reenable the associated network protocol. This clears any cached connection information and allows the client to connect correctly.
4047
4148
### Delete an alias
4249

0 commit comments

Comments
 (0)