Skip to content

Commit 685be42

Browse files
Merge branch 'main' of https://github.com/MicrosoftDocs/sql-docs-pr into 20250806-fabric-dw
2 parents 62a8113 + 5ebd698 commit 685be42

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

docs/integration-services/security/access-control-for-sensitive-data-in-packages.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ helpviewer_keywords:
4848

4949
The package protection levels that encrypt packages by using passwords require that you provide a password also. If you change the protection level from a level that does not use a password to one that does, you will be prompted for a password.
5050

51-
Also, for the protection levels that use a password, [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] uses the Triple DES cipher algorithm with a key length of 192 bits, available in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Class Library (FCL).
51+
Also, for the protection levels that use a password, [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] uses the AES cipher algorithm with a key length of 256 bits, available in the [!INCLUDE[dnprdnshort](../../includes/dnprdnshort-md.md)] Class Library (FCL).
52+
53+
> [!NOTE]
54+
> Integration Services 2016 uses Triple DES cipher algorithm with a key length of 192 bits.
5255
5356
## Protection Levels
5457
The following table describes the protection levels that [!INCLUDE[ssISnoversion](../../includes/ssisnoversion-md.md)] provides. The values in parentheses are values from the <xref:Microsoft.SqlServer.Dts.Runtime.DTSProtectionLevel> enumeration. These values appear in the Properties window that you use to configure the properties of the package when you work with packages in [!INCLUDE[ssBIDevStudioFull](../../includes/ssbidevstudiofull-md.md)].

docs/mdx/intersect-mdx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Intersect (MDX)"
44
author: kfollis
55
ms.author: kfollis
66
ms.reviewer: kfollis
7-
ms.date: 02/17/2022
7+
ms.date: 08/06/2025
88
ms.service: sql
99
ms.subservice: analysis-services
1010
ms.topic: reference
@@ -35,7 +35,7 @@ Intersect(Set_Expression1 , Set_Expression2 [ , ALL ] )
3535
The optional **ALL** flag retains duplicates. If **ALL** is specified, the **Intersect** function intersects nonduplicated elements as usual, and also intersects each duplicate in the first set that has a matching duplicate in the second set. The two sets specified must have the same dimensionality.
3636

3737
## Example
38-
The following query returns the Years 2003 and 2004, the two members that appear in both the sets specified:
38+
The following query returns the Years 2002 and 2003, the two members that appear in both the sets specified:
3939

4040
```
4141
SELECT

docs/reporting-services/install-windows/configure-the-report-server-service-account-ssrs-configuration-manager.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Configure the Report Server Service Account"
33
description: Learn how to implement Reporting Services, a single service that contains a Report Server Web service, web portal, and a background processing application.
44
author: kfollis
55
ms.author: kfollis
6-
ms.date: 09/25/2024
6+
ms.date: 08/06/2025
77
ms.service: reporting-services
88
ms.subservice: report-server
99
ms.topic: how-to
@@ -91,11 +91,7 @@ The primary consideration for local accounts is whether the report server requir
9191

9292
- Built-in Windows service accounts (Local Service or Network Service) aren't supported as report server service accounts on a computer that's a domain controller.
9393

94-
For help with deciding on an approach that's best for your deployment, see the following guidelines:
95-
96-
- [Configure Windows service accounts and permissions](../../database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md)
97-
98-
- [The services and service accounts security planning guide](https://www.zubairalexander.com/blog/services-and-service-accounts-security-planning-guide/)
94+
For help with deciding on an approach that's best for your deployment, see [Configure Windows service accounts and permissions](../../database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md).
9995

10096
## Update an expired password
10197

0 commit comments

Comments
 (0)