| Script that shows databases without full or log backups |
| Written by Administrator |
| Monday, 18 May 2009 12:33 |
|
It is very important to know that a backup policy exists for each database and that this policy works properly. Below is the script that checks for full backup existance for each database and log backup existance for bukl-logged/full recovery model database. Full backup start time must be not earlier than 2 weeks before now and log backups - 3 days. select dbname = d.name, problem = 'no full backup' all the backup problems will be reported right away as the output of script execution Comments (0) |