Skip to content

Commit 779faf3

Browse files
authored
Update sp_estindex.md
1 parent b7e9a70 commit 779faf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sp_estindex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ how an index would look without having to actually create it!
3535
| @IndexColumns | NVARCHAR(2048) | no | Comma separated list of key columns. |
3636
| @IncludeColumns | NVARCHAR(2048) | no | Optional comma separated list of include columns. |
3737
| @IsUnique | BIT | no | Whether or not the index is UNIQUE. Default is 0. |
38-
| @Filter | NVARCHAR(2048) | no | Optional filter for the index. Default is 100. |
39-
| @FillFactor | TINYINT | no | Optional fill factor for the index. |
38+
| @Filter | NVARCHAR(2048) | no | Optional filter for the index. |
39+
| @FillFactor | TINYINT | no | Optional fill factor for the index. Default is 100. |
4040
| @Verbose | BIT | no | Show intermediate variables used in size calculations. Default is 0. |
4141
| @SqlMajorVersion | TINYINT | no | For unit testing only. |
4242

0 commit comments

Comments
 (0)