Documentation

Minion Reindex 1.2: Minion.IndexSettingsTable
Minion.IndexSettingsTable  This table holds index maintenance default settings at the table level. You may insert rows for individual tables to overr...
Mon, Jul 30, 2018 at 6:42 PM
Minion Reindex 1.2: Minion.DBMaintRegexLookup
Minion.DBMaintRegexLookup Allows you to exclude databases from index maintenance (or all maintenance), based off of regular expressions.  Name Type ...
Mon, Jul 30, 2018 at 6:46 PM
Minion Reindex 1.2: Minion.IndexPhysicalStats
Minion.IndexPhysicalStats  Stores the raw data from sys.dm_db_index_physical_stats. You can optionally save index size and fragmentation information ...
Mon, Jul 30, 2018 at 6:51 PM
Minion Reindex 1.2: Minion.IndexTableFrag
Minion.IndexTableFrag Holds index fragmentation information on a short-term basis, to be used by the currently-running index maintenance process. Minion...
Mon, Jul 30, 2018 at 7:03 PM
Minion Reindex 1.2: Minion.IndexMaintLog
Minion.IndexMaintLog Holds a database level summary of the maintenance operation. This table stores the parameters and settings that were used during th...
Mon, Jul 30, 2018 at 7:06 PM
Minion Reindex 1.2: Minion.IndexMaintLogDetails
Minion.IndexMaintLogDetails Keeps a record of individual index maintenance activities. It contains one time-stamped row for each individual index operat...
Mon, Jul 30, 2018 at 7:08 PM
Minion Reindex 1.2: Overview of Procedures
Overview of Procedures Two separate procedures execute index maintenance operations for Minion Reindex: one procedure runs per database, and the other i...
Mon, Jul 30, 2018 at 7:10 PM
Minion Reindex 1.2: Procedures Detail
Procedures Detail Minion.IndexMaintMaster The Minion.IndexMaintMaster procedure makes all the decisions on which databases to reindex, and what order t...
Mon, Jul 30, 2018 at 7:13 PM
Minion Reindex 1.2: Overview of Jobs
Overview of Jobs When you install Minion Reindex, it creates and schedules a daily reorg job, and a weekly rebuild job: · MinionReindexDBs-All-REORG...
Mon, Jul 30, 2018 at 7:15 PM
Minion Reindex 1.2: Troubleshooting - Why is a certain database not being processed?
Why is a certain database not being processed? There are a few reasons why a database could be skipped.   1.      It could be excluded in the @Excluded...
Mon, Jul 30, 2018 at 7:18 PM