Comments
1 comment
-
SQL Backup allows you to verify backups from the extended stored procedure, using the RESTORE VERIFYONLY command e.g.
EXEC master..sqlbackup '-sql "RESTORE VERIFYONLY FROM DISK = [e:\backups\pubs.sqb]" '
The GUI has an option to run this command after a backup has been made, so it's essentially a BACKUP command, followed by a RESTORE VERIFYONLY command.
Add comment
Please sign in to leave a comment.
If so, is there any way to verify the backup?
Thanks
Q