Skip to content

Commit bfae061

Browse files
authored
Merge pull request #8645 from ClaudioESSilva/patch-9
Eliminate duplicate | wording - Update cardinality-estimation-sql-server.md
2 parents 4066f93 + 0ec47bf commit bfae061

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/relational-databases/performance/cardinality-estimation-sql-server.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,7 @@ Suppose that with CE 120 or above, a less efficient query plan is generated for
180180

181181
- Further, setting a lower compatibility level also misses a number of improvements in the query optimizer for latest versions, and affects all queries against the database.
182182

183-
- You could use `LEGACY_CARDINALITY_ESTIMATION` database option, to have the whole database use the older CE, while retaining other improvements in the query optimizer.
184-
185-
- Further, setting a lower compatibility level also misses many improvements in the query optimizer for latest versions, and affects all queries against the database.
186-
187-
- You could use `LEGACY_CARDINALITY_ESTIMATION` database option, to have the whole database use the older CE, while retaining other improvements in the query optimizer.
183+
- You could use `LEGACY_CARDINALITY_ESTIMATION` database scoped configuration option, to have the whole database use the older CE, while retaining other improvements in the query optimizer.
188184

189185
- You could use `LEGACY_CARDINALITY_ESTIMATION` query hint, to have a single query use the older CE, while retaining other improvements in the query optimizer.
190186

0 commit comments

Comments
 (0)