Skip to content

Commit 10f51d0

Browse files
authored
Merge pull request #34284 from MicrosoftDocs/main
6/3/2025 AM Publish
2 parents 2eb2b89 + 21cf0b5 commit 10f51d0

25 files changed

+303
-262
lines changed

docs/linux/sql-server-linux-custom-password-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ ms.author: matripathy
66
ms.reviewer: mikeray, randolphwest
77
ms.date: 05/01/2025
88
ms.service: sql
9+
ms.subservice: linux
910
ms.topic: how-to
11+
ms.custom:
12+
- linux-related-content
1013
# customer intent: As a database professional, I want enforce password policy for SQL logins on SQL Server on Linux so that the configuration more closely aligns with secure practices.
1114
monikerRange: "=sql-server-ver17 || =sql-server-linux-ver17"
1215
---

docs/linux/sql-server-linux-polybase.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ ms.author: hudequei
66
ms.reviewer: mikeray, randolphwest
77
ms.date: 04/16/2025
88
ms.service: sql
9+
ms.subservice: linux
910
ms.topic: conceptual
11+
ms.custom:
12+
- linux-related-content
1013
# customer intent: As a database professional, connect to ODBC datasources from SQL Server deployments on Linux.
1114
monikerRange: "=sql-server-ver17 || =sql-server-linux-ver17"
1215
---
5.53 KB
Loading

docs/relational-databases/backup-restore/sql-server-backup-to-url.md

Lines changed: 277 additions & 261 deletions
Large diffs are not rendered by default.

docs/relational-databases/replication/agents/replication-distribution-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ The number of seconds before the login times out. The default is `15` seconds.
217217

218218
#### -MaxBcpThreads *number_of_threads*
219219

220-
Specifies the number of bulk copy operations that can be performed in parallel. The maximum number of threads and ODBC connections that exist simultaneously is the lesser of `MaxBcpThreads` or the number of bulk copy requests that appear in the synchronization transaction in the distribution database. `MaxBcpThreads` must have a value greater than `0` and has no hard-coded upper limit. The default is `2` times the number of processors, up to a maximum value of `8`. When applying a snapshot that was generated at the Publisher using the concurrent snapshot option, one thread is used, regardless of the number you specify for `MaxBcpThreads`.
220+
Specifies the number of bulk copy operations that can be performed in parallel. The maximum number of threads and ODBC connections that exist simultaneously is the lesser of `MaxBcpThreads` or the number of bulk copy requests that appear in the synchronization transaction in the distribution database. `MaxBcpThreads` must have a value greater than `0` and has no hard-coded upper limit. The default is `1`, up to a maximum value of `8`. When applying a snapshot that was generated at the Publisher using the concurrent snapshot option, one thread is used, regardless of the number you specify for `MaxBcpThreads`.
221221

222222
#### -MaxDeliveredTransactions *number_of_transactions*
223223

docs/t-sql/data-types/json-data-type.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: wiassaf
66
ms.reviewer: randolphwest, jovanpop, umajay
77
ms.date: 05/21/2025
88
ms.service: sql
9+
ms.subservice: t-sql
910
ms.topic: reference
1011
ms.custom:
1112
- build-2024

docs/t-sql/functions/ai-generate-chunks-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: bspendolini
66
ms.reviewer: randolphwest
77
ms.date: 04/21/2025
88
ms.service: sql
9+
ms.subservice: t-sql
910
ms.topic: "reference"
1011
ms.custom:
1112
- sql-ai

docs/t-sql/functions/ai-generate-embeddings-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: bspendolini
66
ms.reviewer: randolphwest
77
ms.date: 05/21/2025
88
ms.service: sql
9+
ms.subservice: t-sql
910
ms.topic: "reference"
1011
ms.custom:
1112
- sql-ai

docs/t-sql/queries/nested-common-table-expression.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: xiaoyul
66
ms.reviewer: wiassaf, randolphwest
77
ms.date: 10/06/2024
88
ms.service: sql
9+
ms.subservice: t-sql
910
ms.topic: "reference"
1011
ms.custom:
1112
- ignite-2024

0 commit comments

Comments
 (0)