Skip to content
Merged
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 sp_IndexCleanup/sp_IndexCleanup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
nvarchar(MAX),
N'.sys.dm_db_partition_stats ps
WHERE ps.object_id = i.object_id
AND ps.index_id = 1
AND ps.index_id IN (0, 1)
AND ps.row_count >= @min_rows
)'
);
Expand Down
Loading