Alan,
This is how you can activate fragmented tables which is the common cause of having to reindex the database. This command will run the job when the Database Maint job is run. You can check that under polling settings in the webconsole. Hope this helps.
UPDATE dbo.Settings SET CurrentValue = 1 WHERE SettingID LIKE 'dbm-defragmentation-enabled%'
This query turns on the Defrag option to run when SW performs maintenance.
Loop1 Systems: SolarWinds Training and Professional Services
- LinkedIN: Loop1 Systems
- Facebook: Loop1 Systems
- Twitter: @Loop1Systems