We have a production database that is in full recovery mode.
This database is being replicated to another server. (transaction replication)
We have maintenance jobs run on Friday nights which include index rebuilding.
Transaction log backup files are huge after this maintenance job.
So I am thinking of changing the recovery model to simple before the maintenance job starts and change it back to full after the maintenance job.
Will this method impact the replication?
I know replication can work with any recovery model but not sure whether switching recovery models full to simple and then simple to full will have any impact on replication?
Any help/guidance will be much appreciated. Thanks.