Skip to content

Commit 401e4c9

Browse files
authored
Merge pull request #7444 from erikdarlingdata/patch-2
Update alter-database-scoped-configuration-transact-sql.md
2 parents 042ccfc + 0c875ec commit 401e4c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/statements/alter-database-scoped-configuration-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ author: WilliamDAssafMSFT
2323
ms.author: wiassaf
2424
ms.reviewer: ""
2525
ms.custom: "seo-lt-2019"
26-
ms.date: 02/17/2022
26+
ms.date: 04/25/2022
2727
monikerRange: "= azuresqldb-current || = azuresqldb-mi-current || >= sql-server-2016 || >= sql-server-linux-2017 ||=azure-sqldw-latest"
2828
---
2929
# ALTER DATABASE SCOPED CONFIGURATION (Transact-SQL)
@@ -35,7 +35,7 @@ This command enables several database configuration settings at the **individual
3535
Following settings are supported in [!INCLUDE[sssdsfull](../../includes/sssdsfull-md.md)], [!INCLUDE[ssSDSMIfull](../../includes/sssdsmifull-md.md)] and in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] as indicated by the **APPLIES TO** line for each setting in the [Arguments](#arguments) section:
3636

3737
- Clear procedure cache.
38-
- Set the MAXDOP parameter to an arbitrary value (1,2, ...) for the primary database based on what works best for that particular database and set a different value (such as 0) for all secondary database used (such as for reporting queries).
38+
- Set the MAXDOP parameter to a recommended value (1,2, ...) for the primary database based on what works best for that particular workload, and set a different value for secondary replica databases used by reporting queries. For guidance on choosing a MAXDOP, review [Configure the max degree of parallelism Server Configuration Option](../../database-engine/configure-windows/configure-the-max-degree-of-parallelism-server-configuration-option.md).
3939
- Set the query optimizer cardinality estimation model independent of the database to compatibility level.
4040
- Enable or disable parameter sniffing at the database level.
4141
- Enable or disable query optimization hotfixes at the database level.

0 commit comments

Comments
 (0)