Comments
Sort by recent activity
As I said, the GUI works.
You want to see if the command line works. Here's the result: [image] \Program Files\Red Gate\SQL Backup>sqlbackupc -sql "BACKUP DATABASE pubs TO DI
SK = 'D:\pubs.sqb'"
SQL Backup 3.1.0, (c) Red Gate Software Ltd 2004 - 2005
Serial number: 010-001-020675-E71E
Backing up pubs (full database) to [image] \pubs.sqb ...
Backup data size : 1.938 MB
Compressed data size: 162.000 KB
Compression rate : 91.83%
Process completed successfully.
Processed 160 pages for database 'pubs', file 'pubs' on file 1.
Processed 1 pages for database 'pubs', file 'pubs_log' on file 1.
BACKUP DATABASE successfully processed 161 pages in 0.039 seconds (33.660 MB/sec
).
(1 row affected) / comments
As I said, the GUI works.
You want to see if the command line works. Here's the result:\Program Files\Red Gate\SQL Backup>sqlbackupc -sql "BACKUP DATABASE pubs TO DI
SK = 'D:\pubs.sqb'"
SQL Backup...
petey wrote:
In QA, what is the output when you run the following:
master..sqlbackup
Msg 20001, Level 1, State 20001
Error executing extended stored procedure: Invalid # of Parameters
petey wrote:
In QA, what is the output when you run the following:
master..sqlbackup '-sql'
Also, does the command line interface work?
Output from sqlbackup {nothing}
0 Rows affected
I've never run the command line interface. Suggest a test and I'll run it. / comments
petey wrote:
In QA, what is the output when you run the following:
master..sqlbackup
Msg 20001, Level 1, State 20001
Error executing extended stored procedure: Invalid # of Parameters
petey wr...