Skip to content

Commit df2795b

Browse files
authored
Change TVDC section from H3 to H2
Change TVDC section from H3 to H2
1 parent 51632b2 commit df2795b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/data-types/table-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Because **table** variables have limited scope and are not part of the persisten
109109

110110
Table variables cannot be altered after creation.
111111

112-
### Table variable deferred compilation
112+
## Table variable deferred compilation
113113
**Table variable deferred compilation** improves plan quality and overall performance for queries referencing table variables. During optimization and initial plan compilation, this feature will propagate cardinality estimates that are based on actual table variable row counts. This accurate row count information will then be used for optimizing downstream plan operations.
114114

115115
> [!NOTE]

0 commit comments

Comments
 (0)