Hi All,
Before performing the vSphere 5.5 Upgrade, I just wanted to know what are the recommended steps for the Windows VCenter SQL Server maintenance ?
Because from my screenshot below, I cannot find any job to perform any of these:
Image may be NSFW.
Clik here to view.
Update statistics of the tables and indexes on a regular basis for better overall performance of the
database.
„ As part of the regular database maintenance activity, check the fragmentation of the index objects and
recreate indexes if needed (i.e., if fragmentation is more than about 30%).
as recommended by http://www.vmware.com/pdf/Perf_Best_Practices_vSphere5.5.pdf document.
Because when I created and scheduled the SQL DB maintenance plan using the builtin SQL DB maintenance wizard, I got this error instead:
Executing the query "ALTER INDEX [IX_History] ON [monitor].[HistoryTrig..." failed with the following error: "The index "IX_History" on table "HistoryTriggAlarm" cannot be reorganized because page level locking is disabled.".
Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Any help would be greatly appreciated.
Thanks.