Comments
3 comments
-
Are you by any chance using SQL Backup 5 to try to convert a backup created using SQL Backup 6?
Thanks. -
No the version we are using is 6.4.0.56 (sorry should have included that before).
The backup and convert are both executed on the same server using the version referenced above. Here is the Script executing the backup command:
-- backup Database
EXECUTE master..sqlbackup '-SQL "BACKUP DATABASE AtSchoolLookups TO DISK = ''E:\mssql\BACKUPS\AtSchool\AtSchool1.sqb'' WITH DISKRETRYINTERVAL = 30, DISKRETRYCOUNT = 10,init, MAXDATABLOCK = 524288"' -
What is the output when you run the following:
EXEC master..sqlbackup '-sql "RESTORE SQBHEADERONLY FROM DISK = [E:\mssql\BACKUPS\AtSchool\AtSchool1.sqb]"'
Add comment
Please sign in to leave a comment.
-- Convert New backup
EXECUTE master..sqlbackup '-SQL "CONVERT ''E:\mssql\BACKUPS\AtSchool\AtSchool1.sqb'' TO ''E:\mssql\BACKUPS\AtSchool\atschool1.bak'' "'
Complete Return info:
Verifying...
File validation failed: E:\mssql\BACKUPS\AtSchool\AtSchool1.sqb
SQL Backup exit code: 840