The function returns a list of databases that do not have an (undeleted) backup of type @BackupType within the last @BackupThresholdDays days (or alternately, within the last @BackupThresholdHours hours). See the code for limits and more documentation
The job uses the function to send alerts as needed.  By default, it sends an alert if:
- Any database does not have a full backup < 7 days old
- Any FULL database does not have a log backup < 1 hour old
See the code for limits and more documentation.
Run the FN script in the database that houses Minion Backup.
Run the job script in MSDB, after making modifications as needed (e.g., profile name, target email, etc.)
8/17/2016 1.0