Skip to content

Commit c49cc77

Browse files
committed
Merge branch 'patch-8' into rw-0901-refresh-query-architecture-guide
2 parents efb6b0f + f7a84be commit c49cc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/query-processing-architecture-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ BEGIN
238238
END;
239239
```
240240

241-
When the `SELECT` statement in *MyProc2- is optimized in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)], the value of `@d2` is not known. Therefore, the Query Optimizer uses a default estimate for the selectivity of `OrderDate > @d2`, (in this case 30 percent).
241+
When the `SELECT` statement in `MyProc2` is optimized in [!INCLUDE[ssNoVersion](../includes/ssnoversion-md.md)], the value of `@d2` is not known. Therefore, the Query Optimizer uses a default estimate for the selectivity of `OrderDate > @d2`, (in this case 30 percent).
242242

243243
### Process other statements
244244

0 commit comments

Comments
 (0)