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/includes/ssms-azure-data-studio-install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@ title: SSMS and Azure Data Studio installation
3
3
description: Message that explains Azure Data Studio is included in SSMS installation.
4
4
author: markingmyname
5
5
ms.author: maghan
6
-
ms.date: 10/20/2020
6
+
ms.date: 03/19/2024
7
7
ms.service: sql
8
8
ms.subservice: ssms
9
9
ms.topic: include
10
10
---
11
11
12
12
> [!Important]
13
-
> Beginning with SQL Server Management Studio (SSMS) 18.7, Azure Data Studio is automatically installed alongside SSMS. Users of SQL Server Management Studio are now able to benefit from the innovations and features in Azure Data Studio. Azure Data Studio is a cross-platform and open-source desktop tool for your environments, whether in the cloud, on-premises, or hybrid.
13
+
> For SQL Server Management Studio (SSMS) 18.7 through 19.3, Azure Data Studio is automatically installed alongside SSMS. Users of SQL Server Management Studio are able to benefit from the innovations and features in Azure Data Studio. Azure Data Studio is a cross-platform and open-source desktop tool for your environments, whether in the cloud, on-premises, or hybrid.
14
14
>
15
15
> To learn more about Azure Data Studio, check out [What is Azure Data Studio](../azure-data-studio/what-is-azure-data-studio.md) or the [FAQ](../azure-data-studio/faq.yml).
<sup>1</sup> EKM using Azure Key Vault is available for [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)] on Linux, starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CU 12. For more information, see [Set up SQL Server TDE Extensible Key Management by using Azure Key Vault](../relational-databases/security/encryption/setup-steps-for-extensible-key-management-using-the-azure-key-vault.md#step-5-configure-sql-server).
152
+
150
153
## RDBMS manageability
151
154
152
155
| Feature | Enterprise | Standard | Web | Express |
@@ -220,7 +223,7 @@ The following features and services aren't available for [!INCLUDE [sssql22](../
220
223
|| Alerts ||
221
224
|| Managed Backup ||
222
225
|**High Availability**| Database mirroring | This feature is [deprecated](../database-engine/database-mirroring/database-mirroring-sql-server.md). Use Always On availability groups instead. |
223
-
|**Security**| Extensible Key Management (EKM) ||
226
+
|**Security**| Extensible Key Management (EKM) |Extensible Key Management using Azure Key Vault is available for SQL Server on Linux environments, starting with [!INCLUDE [sssql22-md](../includes/sssql22-md.md)] CU 12. Follow the instructions from [Step 5: Configure SQL Server](../relational-databases/security/encryption/setup-steps-for-extensible-key-management-using-the-azure-key-vault.md#step-5-configure-sql-server) onward. |
224
227
|| Windows integrated authentication for linked servers ||
225
228
|| Windows integrated authentication for availability group (AG) endpoints | Create and use certificate based endpoint authentication for availability groups. For more information, see [Configure SQL Server Always On Availability Group for high availability on Linux](sql-server-linux-availability-group-configure-ha.md). |
description: "Deprecated Master Data Services Features"
2
+
title: Deprecated Features of Master Data Services
3
+
description: "Deprecated Features of Master Data Services"
4
4
author: CordeliaGrey
5
5
ms.author: jiwang6
6
6
ms.date: "03/14/2017"
7
7
ms.service: sql
8
8
ms.subservice: master-data-services
9
9
ms.topic: conceptual
10
+
monikerRange: ">=sql-server-ver16"
10
11
---
11
-
# Deprecated Master Data Services Features
12
+
# Deprecated Features of Master Data Services
12
13
13
14
[!INCLUDE [SQL Server - Windows only ASDBMI](../includes/applies-to-version/sql-windows-only-asdbmi.md)]
14
15
15
-
This topic describes the deprecated [!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)] features. These features are scheduled to be removed in a future release. Deprecated features should not be used in new applications.
16
+
This topic describes the deprecated [!INCLUDE[ssMDSshort](../includes/ssmdsshort-md.md)] features. Future release will remove these features. Deprecated features shouldn't be used in new applications.
16
17
17
18
## Explicit Hierarchies, Collections, and Related Components
18
-
Explicit hierarchies, collections and related components are deprecated. Members that before were modeled as consolidated member types (explicit hierarchy parent) and collection member types will be modeled as leaf members in derived hierarchies. The following new features enable derived hierarchies to take the place of explicit hierarchies.
19
+
Explicit hierarchies, collections, and related components are deprecated. Members that before were modeled as consolidated member types (explicit hierarchy parent) and collection member types are modeled as leaf members in derived hierarchies. The following new features enable derived hierarchies to take the place of explicit hierarchies.
19
20
20
21
- Recursive Derived Hierarchies can now be used to assign member security permissions.
21
22
22
-
An explicit hierarchy is analogous to a recursive derived hierarchy with a single, non-recursive level below the recursive level. A recursive derived hierarchy can be complex by including level(s) below and/or above a recursive level.
23
+
An explicit hierarchy is analogous to a recursive derived hierarchy with a single, nonrecursive level below the recursive level. A recursive derived hierarchy can be complex by including level below and/or above a recursive level.
23
24
24
25
- In Explorer, the derived hierarchy page now shows unassigned (unused) members for each hierarchy level. Unused nodes are grouped by hierarchy level. Members can be moved between the Unused and Root nodes, by dragging and dropping or by cutting and pasting.
25
26
26
27
In System Administration, unused nodes are visible in the **Preview** pane. In Security, the unused nodes are visible in the **Hierarchy Member Permissions** pane. Any member whether under the **Root** node or **Unused** node, can be assigned a permission. The **Root**, **Unused**, and **Unused** pseudo members can also be assigned permissions.
27
28
28
29
- The stored procedure, mdm.udpConvertCollectionAndConsolidatedMembersToLeaf, converts explicit hierarchies to recursive derived hierarchies, and coverts consolidated and collection members to leaf members.
29
30
30
-
Explicit hierarchies and consolidated and collection member types are still supported, so running the stored procedure is optional. However, if you use these items it is recommended that you run the stored procedure because they are deprecated.
31
+
Explicit hierarchies and consolidated and collection member types are still supported, so running the stored procedure is optional. However, if you use these items it's recommended that you run the stored procedure because they are deprecated. However, if you use these items it is recommended that you run the stored procedure because they're deprecated.
31
32
32
33
For information about explicit hierarchies, collections, and consolidated members see the following topics.
33
34
@@ -38,14 +39,14 @@ ms.topic: conceptual
38
39
-[Members (Master Data Services)](../master-data-services/members-master-data-services.md)
39
40
40
41
## Attribute Entity Transaction Log Type
41
-
Entity transaction log type "Attribute" is deprecated, please migrate to the "Member" entity transaction log type. For information about entity transaction log types, see the following topic:
42
+
Entity transaction log type "Attribute" is deprecated, migrate to the "Member" entity transaction log type. For information about entity transaction log types, see the following topic:
42
43
*[Change the Entity Transaction Log Type (Master Data Services)](../master-data-services/change-the-entity-transaction-log-type-master-data-services.md)
Blog post, [Deprecated: Explicit Hierarchies and Collections](https://techcommunity.microsoft.com/t5/sql-server-integration-services/deprecated-explicit-hierarchies-and-collections/ba-p/388221), on msdn.com.
47
48
48
49
## See Also
49
-
[Discontinued Master Data Services Features](../master-data-services/discontinued-master-data-services-features.md)
50
+
[Discontinued Features of Master Data Services](../master-data-services/discontinued-master-data-services-features.md)
0 commit comments