"Microsoft (R) SQLMaint Utility (Unicode), Version Logged on to SQL Server 'Ndhdsk13' as 'aa23\sqladmin' (trusted) Starting maintenance plan 'App DB Maintenance Plan' on 12/22/2006 1:00:01 AM [1] Database AppRAI: Index Rebuild (leaving 10%% free space)...
Rebuilding indexes for table 'Account' Rebuilding indexes for table 'AcctClass' Rebuilding indexes for table 'AcctHist' Rebuilding indexes for table 'Address' Rebuilding indexes for table 'Alloc""
I can see the above process ran everynight in the job log file( optimazation)...Rebuilding index..right?
Since I took off the Reorganized index option, it won't trying to rebuild the index every night correct?
thie was what it used to be: EXECUTE master.dbo.xp_sqlmaint N'-PlanID D07D3DDC-E37C-4BD2-8FA1-AD020FA264A7 -Rpt "D:\MSSQL\MSSQL\LOG\App DB Maintenance Plan0.txt" -DelTxtRpt 2WEEKS -WriteHistory -RebldIdx 10 -RmUnusedSpace 50 10 '
After I took the reorganized index option from the maintenence plan:
I don't use maintenance plans, so I'm not very familiar with them. But yes it would seem that it shouldn't run the reindex again since the RebldIdx is gone.
You still have the shrink option set in your plan though, but that's not what is causing the tlog expansion to occur.
Hopefully you'll see the tlog not expand after tonight's jobs run. If it works out, then remove the shrink portion to avoid performance issues.