Comments
1 comment
-
Backups and restores performed by SQL Backup will be recorded in the backupset/restorehistory tables. Running something like this:
EXEC master..sqlbackup '-sql "BACKUP DATABASE model TO DISK = [c:\<AUTO>]" '
should generate an entry in the backupset table.
Perhaps you have deleted the backup history, using the msdb..deletebackuphistory stored procedure, or using the SQL Backup history deletion function.
Add comment
Please sign in to leave a comment.
How do I know if a db has had a full backup? My backupset table just shows log backups. Does Redgate Sql Backup log to the backupset table? If not - where can i get this information?
Thanks
Geri