Skip to content

Commit f7a84be

Browse files
Update query-processing-architecture-guide.md
Fix bad markdown
1 parent e18ffef commit f7a84be

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
@@ -241,7 +241,7 @@ BEGIN
241241
END;
242242
```
243243

244-
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).
244+
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).
245245

246246
### Processing Other Statements
247247

0 commit comments

Comments
 (0)