Skip to content

Commit 9c6746e

Browse files
Merge pull request #34925 from MicrosoftDocs/main
Auto Publish – main to live - 2025-08-07 17:30 UTC
2 parents 69a4269 + 068ecb7 commit 9c6746e

File tree

9 files changed

+23
-21
lines changed

9 files changed

+23
-21
lines changed

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/relational-databases/system-stored-procedures/sp-addmergesubscription-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ A value indicating when the Merge Agent runs. *@frequency_type* is **int**, and
114114
| `1` | Once |
115115
| `4` | Daily |
116116
| `8` | Weekly |
117-
| `10` | Monthly |
118-
| `20` | Monthly, relative to the frequency interval |
119-
| `40` | When [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent starts |
117+
| `16` | Monthly |
118+
| `32` | Monthly, relative to the frequency interval |
119+
| `64` | When [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] Agent starts |
120120
| `NULL` (default) | |
121121

122122
#### [ @frequency_interval = ] *frequency_interval*

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

docs/sql-server/azure-arc/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ This article lists:
2121
- High level feature descriptions
2222
- Links to additional feature documentation
2323

24-
Extension versions are cumulative. Higher extension versions include all of the updates from previous versions. A release might include internal features. If the version release notes don't describe features, then the updates were internal.
24+
Extension versions are cumulative. Higher extension versions include all of the updates from previous versions. A release might also include internal features.
2525

2626
Only Azure extension for SQL Server agent versions released within the last year are supported.
2727

2828
## July 29, 2025
2929

3030
**Extension version**: `1.1.3119.307`
3131

32+
This release updates the extension to support specific cloud environments.
33+
3234
## July 2025
3335

3436
**Extension version**: `1.1.3106.305`

docs/t-sql/functions/db-id-transact-sql.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ helpviewer_keywords:
1919
- "DB_ID function"
2020
dev_langs:
2121
- "TSQL"
22-
monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest || >= sql-server-2016 || >= sql-server-linux-2017 || = azuresqldb-mi-current"
22+
monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest || >= sql-server-2016 || >= sql-server-linux-2017 || = azuresqldb-mi-current || = fabric"
2323
---
2424
# DB_ID (Transact-SQL)
25-
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
25+
26+
[!INCLUDE [sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb.md)]
2627

2728
This function returns the database identification (ID) number of a specified database.
2829

docs/t-sql/functions/db-name-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ helpviewer_keywords:
1919
- "DB_NAME function"
2020
dev_langs:
2121
- "TSQL"
22-
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current"
22+
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || = fabric"
2323
---
2424
# DB_NAME (Transact-SQL)
2525

26-
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
26+
[!INCLUDE [sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb.md)]
2727

2828
This function returns the name of a specified database.
2929

docs/t-sql/functions/object-id-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ helpviewer_keywords:
2323
- "verifying object exists"
2424
dev_langs:
2525
- "TSQL"
26-
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current"
26+
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current ||=fabric"
2727
---
2828
# OBJECT_ID (Transact-SQL)
2929

30-
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
30+
[!INCLUDE [sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb.md)]
3131

3232
Returns the database object identification number of a schema-scoped object.
3333

docs/t-sql/functions/object-name-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ helpviewer_keywords:
2020
- "names [SQL Server], database objects"
2121
dev_langs:
2222
- "TSQL"
23-
monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest || >= sql-server-2016 || >= sql-server-linux-2017 || = azuresqldb-mi-current"
23+
monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest || >= sql-server-2016 || >= sql-server-linux-2017 || = azuresqldb-mi-current || = fabric"
2424
---
2525
# OBJECT_NAME (Transact-SQL)
26-
[!INCLUDE [sql-asdb-asdbmi-asa-pdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
26+
[!INCLUDE [sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw-fabricse-fabricdw-fabricsqldb.md)]
2727

2828
Returns the database object name for schema-scoped objects. For a list of schema-scoped objects, see [sys.objects &#40;Transact-SQL&#41;](../../relational-databases/system-catalog-views/sys-objects-transact-sql.md).
2929

0 commit comments

Comments
 (0)