Comments
Sort by recent activity
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"' / comments
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 ...