File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments