I have a SQL server that I want to setup jobs to re-index the tables, shrink the database and shrink the log.
Is there a correct order to do this?
Right now I have a DB shrink job setup to run on Sundays in the morning. I have a Log shrink job setup to run Mon\Wed\Fri at night before the backups. I have backups each night Mon-Fri.
When would be the best time to fit in table re-indexing?