Skip to content

Commit 084753e

Browse files
author
stevestein
committed
clarifying variable length columns
1 parent cc561e9 commit 084753e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/databases/estimate-the-size-of-a-nonclustered-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ monikerRange: "= azuresqldb-current || >= sql-server-2016 || = sqlallproducts-al
170170

171171
4. Calculate the variable length data size:
172172

173-
If there are variable-length columns in the index key, including any necessary clustering key columns as described previously in Step 2.2, determine how much space is used to store the columns within the index row:
173+
If there are variable-length columns (key columns or included), including any necessary clustering key columns as described previously in Step 2.2, determine how much space is used to store the columns within the index row:
174174

175175
***Variable_Leaf_Size*** = 2 + (***Num_Variable_Leaf_Cols*** x 2) + ***Max_Var_Leaf_Size***
176176

0 commit comments

Comments
 (0)