Posts
Sort by recent activity
SQL Backup 3.2 Vs SQL Backup 4 Installation
Hi,
We have been using SQL Backup 3 in our environment for some time now. I have recenltly been testing version 4 in our environment also.
In version 3 it was a matter of installing the product an...
Command Line Utility on SQL 2005
Hi,
I have been testing the command line tool to backup database on my SQLEXpress instance using SQLBackup. When running the following command:
SQLBackupC -E -SQL "BACKUP DATABASE master
TO DISK =...
Error on Execution of Backup
Hi,
I have been testing SQL Backup 4 and when running the following command:
exec master..sqlbackup '-SQL "BACKUP DATABASE tst100mb TO DISK = [c:\bydbbackupfile.BAK.SQB] WITH COMPRESSION = 1 " '
I ...
BACKUP SYNTAX
Hi,
I have been trying to get the backup syntax correct but with no success. I would like to specify a password for encryption as well as the compression level. I am able to backup with encryptio...