Activity overview
Latest activity by lhallacy
SQL Backup and HyperBac Config
I recently ran into an issue where a restore presented the following message:
5/5/2011 8:41:02 AM: SQL error 3257: SQL error 3257: There is insufficient free space on disk volume 'F:\' to create th...
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 ...
Convert fails when executing from T-SQL
When we execute the following command we get a 840 return code (File validation failed: E:\mssql\BACKUPS\AtSchool\AtSchool1.sqb). This command works fine on other servers.
-- Convert New backup
EXE...
SQL BACKUP not refreshing Activity History
We have a Sharepoint DB Server with 35+ Databases all in full recovery mode with Differential backups occurring every 4 hours and Transaction backups every 15 minutes.
The Activity History does not...