Skip to content

Commit de5e586

Browse files
author
Simonx Xu
authored
Merge pull request #7975 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main)
2 parents 92e2859 + 278e85e commit de5e586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

support/sql/database-engine/performance/decreased-query-perf-after-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To resolve the issue, try one of the following methods:
5454
- Use [database-scoped configuration](#database-level-set-scoped-configuration-or-compatibility-level) to force the legacy CE.
5555

5656
This is a less preferred approach as it is a database-wide setting and applies to all queries against this database. Still, it's sometimes necessary when a targeted approach isn't feasible. It's certainly the easiest option to implement.
57-
- Use trace flag 9841 to force legacy CE globally. To do this, use [DBCC TRACEON](#server-level-use-trace-flag) or set the trace flag as a [start-up parameter](/sql/tools/configuration-manager/sql-server-properties-startup-parameters-tab#optional-parameters).
57+
- Use trace flag 9481 to force legacy CE globally. To do this, use [DBCC TRACEON](#server-level-use-trace-flag) or set the trace flag as a [start-up parameter](/sql/tools/configuration-manager/sql-server-properties-startup-parameters-tab#optional-parameters).
5858

5959
This is the least-targeted approach and should only be used as a temporary mitigation when you're unable to apply any of the other options.
6060

0 commit comments

Comments
 (0)