Test-DbaDbRecoveryModel
Claudio Silva (@ClaudioESSilva)
Test-DbaDbRecoveryModel View Source Claudio Silva (@ClaudioESSilva) Windows, Linux, macOS Synopsis Validates whether databases are truly operating in their configured recovery model Description When you switch a database into FULL recovery model, it will behave like a SIMPLE recovery model until a full backup is taken in order to begin a log backup chain. This function identifies the gap between configured and actual recovery model behavior. For FULL recovery databases, the function checks if a log backup chain has been established by examining the last_log_backup_lsn in sys.
Read more
dbatools