Skip to content

Commit ac692ff

Browse files
authored
Merge pull request #97606 from danimir/master
Correcting a mistake in text - DB to Server level
2 parents ebb0373 + c191a34 commit ac692ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sql-database/sql-database-automatic-tuning-enable.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.topic: conceptual
1010
author: danimir
1111
ms.author: danil
1212
ms.reviewer: jrasnik, carlrab
13-
ms.date: 01/25/2019
13+
ms.date: 12/03/2019
1414
---
1515
# Enable automatic tuning to monitor queries and improve workload performance
1616

@@ -86,7 +86,7 @@ To configure individual automatic tuning options via T-SQL, connect to the datab
8686
ALTER DATABASE current SET AUTOMATIC_TUNING (FORCE_LAST_GOOD_PLAN = ON, CREATE_INDEX = DEFAULT, DROP_INDEX = OFF)
8787
```
8888

89-
Setting the individual tuning option to ON, will override any setting that database inherited and enable the tuning option. Setting it to OFF, will also override any setting that database inherited and disable the tuning option. Automatic tuning option, for which DEFAULT is specified, will inherit the configuration from the database level automatic tuning setting.
89+
Setting the individual tuning option to ON, will override any setting that database inherited and enable the tuning option. Setting it to OFF, will also override any setting that database inherited and disable the tuning option. Automatic tuning option, for which DEFAULT is specified, will inherit the automatic tuning configuration from the server level settings.
9090

9191
> [!IMPORTANT]
9292
> In case of [active geo-replication](sql-database-auto-failover-group.md), Automatic tuning needs to be configured on the primary database only. Automatically applied tuning actions, such are for example index create or delete will be automatically replicated to the read-only secondary. Attempting to enable Automatic tuning via T-SQL on the read-only secondary will result in a failure as having a different tuning configuration on the read-only secondary is unsupported.

0 commit comments

Comments
 (0)