I manage a large database with more than 500 tables.
A frequent operation is to delete lots of record from some tables (records that are old).
This is performed once a week.
My question is:
What of kind of maintenance is better run after this heavy operation (Delete); I have planned: DBREINDEX, UPDATE STATISTICS, DBCC SHRINKFILE.
Do you suggest to add others operation for DB maintenance like:
DBCC INDEXDEFRAG
Others type of maintenance?
Thank