I have a SQL 2008 server with a mix of simple and full recovery mode databases.
If I enable application aware image processing and select DO NOT TRUNCATE LOGS will it still truncate the SIMPLE RECOVERY MODE database logs?
I would like to leave the FULL recovery mode database logs intact and not truncate them as we take transaction log backups and the I/O created by truncating large log files each day is wasteful. The log files are sized appropriately for these databases.
However for the databases on the same server in SIMPLE recovery mode we DO want the log files to be truncated each day. Will SQL/Veeam still truncate the log files for SIMPLE recovery mode databases during a Veeam VSS backup even when veeam is configured to DO NOT TRUNCATE logs if the SQL database is set to SIMPLE?
