Posts
Sort by recent activity
Backup speed on SQLBackup 5
Hi,
Running SQL Server 2005 SP2 on i Windows 2003 server.
I am in the process of evaluating SQLBackup 5.1.0.2781 and recently ran a full backup on a 315Gb database which did take the same time to r...
The log or differential backup cannot be restored ....
Hi
I am having an issue with SQLBackup ver 4.6.0.815 on a SQL Server 2005 (9.00.2047.00) system running on Windows 2003 SP1.
I am having problems restoring a diff backup upon a full backup (with NO...
Slow copying?
Hi,
I have a script that runs through all our databases and backs them up.
This looks like:
SET @BackupFile = @dbname + '_full_' + @time_stamp+ '.zbak'
SET @complete_filepath = @filepath_backup + @...
Restore database fails in some situations
Hi,
I am in the process of restoring many databases from sql2000 onto a sql2005 system. This is done running a script looping through a folder with backup files and restoring.
Most restores works f...
Running sqlbackup dynamically
Hi
I am trying out the software using sql2000 on win2003.
We have a customized backup script that is backing up our databases.
The following command fails:
exec sqlbackup '-SQL "BACKUP DATABASE ' +...