Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion IndexOptimize.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,7 @@ BEGIN

SET @CurrentCommand = @CurrentCommand + ' WHERE objects.[type] IN(''U'',''V'')'
+ CASE WHEN @MSShippedObjects = 'N' THEN ' AND objects.is_ms_shipped = 0' ELSE '' END
+ ' AND indexes.[type] IN(1,2,3,4,5,6,7)'
+ ' AND indexes.[type] IN(1,2,3,4,7)'
+ ' AND indexes.is_disabled = 0 AND indexes.is_hypothetical = 0'
END

Expand Down