Database is in full recovery mode and transaction log backup job is running every 15 minutes.
Will the following sequence of operations cause an issue with transaction log backups?
- Disable transaction log backup
- Take a full backup
- Change the recovery mode to simple
- Perform maintenance jobs like index rebuild, update stats etc...
- Change the recovery mode to full
- Enable transaction log backup
Or should I take a full backup after step 5 for transaction log backups to work?
Thanks.