Skip to content

Commit cef317b

Browse files
committed
Update supported features - Azure Arc
1 parent 7fec1ec commit cef317b

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/includes/ssascurrent-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ms.date: 01/29/2024
55
ms.service: sql
66
ms.topic: include
77
---
8-
SQL Server 2017 Analysis Services (SSAS)
8+
SQL Server Analysis Services (SSAS)

docs/mdx/unorder-mdx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Unorder(Set_Expression)
2929
## Remarks
3030
The **Unorder** function removes any ordering imposed on the tuples contained in the set by any other function or statement, such as the [Order](../mdx/order-mdx.md) function. The ordering of the tuples in the set returned by the **Unorder** function is indeterminate.
3131

32-
The **Unorder** function is used as a hint to for query optimization for set processing. If the order of tuples within a set is unimportant to a calculation or query, using the **Unorder** function can provide a performance benefit in such cases. For example, the [NonEmpty (MDX)](../mdx/nonempty-mdx.md) function may perform better when the set provided to this function is unordered than if [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] needs to preserve order, although with [!INCLUDE[ssASCurrent](../includes/ssascurrent-md.md)], the query processor attempts to perform this function automatically for many functions, such as **Sum** and **Aggregate**. The performance benefit of using **Unorder** is only likely to be noticeable on very large sets consisting of millions of tuples.
32+
The **Unorder** function is used as a hint to for query optimization for set processing. If the order of tuples within a set is unimportant to a calculation or query, using the **Unorder** function can provide a performance benefit in such cases. For example, the [NonEmpty (MDX)](../mdx/nonempty-mdx.md) function may perform better when the set provided to this function is unordered than if [!INCLUDE[ssASnoversion](../includes/ssasnoversion-md.md)] needs to preserve order, although with SQL Server 2017 Analysis Services, the query processor attempts to perform this function automatically for many functions, such as **Sum** and **Aggregate**. The performance benefit of using **Unorder** is only likely to be noticeable on very large sets consisting of millions of tuples.
3333

3434
## Example
3535
The following pseudo-code illustrates the syntax for this function.

docs/sql-server/azure-arc/includes/unsupported-configurations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ms.custom: ignite-2023
99
Azure Arc-enabled [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] doesn't currently support the following configurations:
1010

1111
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] running in containers.
12-
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] roles other than the Database Engine, such as Analysis Services (SSAS), Reporting Services (SSRS), or Integration Services (SSIS).
1312
- [!INCLUDE [ssnoversion-md](../../../includes/ssnoversion-md.md)] editions: Business Intelligence.
1413
- Private Link connections to the Azure Arc data processing service at the `<region>.arcdataservices.com` endpoint used for inventory and usage upload.
1514
- [!INCLUDE [sql2008-md](../../../includes/sql2008-md.md)], [!INCLUDE [sql2008r2-md](../../../includes/sql2008r2-md.md)], and older versions.

docs/sql-server/azure-arc/overview.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,14 @@ The following diagram illustrates the architecture of [!INCLUDE [ssazurearc](../
118118

119119
[!INCLUDE [features-edition](includes/features-edition.md)]
120120

121+
[!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] provides inventory for the following services:
122+
123+
- SQL Server Analysis Services
124+
- SQL Server Reporting Services
125+
- SQL Server Integration Services
126+
127+
Currently, Azure Arc does not provide additional management capabilities for these services.
128+
121129
[!INCLUDE [supported-configurations](includes/supported-configurations.md)]
122130

123131
## Unsupported configurations

0 commit comments

Comments
 (0)