Hi all,
I've got some TSQL statements to backup my databases to tape overnight as server jobs. Whereas the Enterprise Manager "Backup Database" option gives you the option to verify after a backup, I cant find the same argument for the T-SQL statement anywhere.
The jobs basically run...
BACKUP DATABASE [MYDB] TO [Tape0] WITH INIT , NOUNLOAD, NOUNLOAD, NAME = N'Tape0', NOSKIP , STATS = 10, NOFORMAT
If I run the backups this way, can it be verified?
Any help gratefully received.
John
I've got some TSQL statements to backup my databases to tape overnight as server jobs. Whereas the Enterprise Manager "Backup Database" option gives you the option to verify after a backup, I cant find the same argument for the T-SQL statement anywhere.
The jobs basically run...
BACKUP DATABASE [MYDB] TO [Tape0] WITH INIT , NOUNLOAD, NOUNLOAD, NAME = N'Tape0', NOSKIP , STATS = 10, NOFORMAT
If I run the backups this way, can it be verified?
Any help gratefully received.
John