Home | Contact | Links
spcHome
spcSQL Server Backup
spcDownload
spcPurchase
spcSupport
   spcFAQs
   spcSubmit Ticket
spcAffiliate
spcContact
spcLinks
Does SQL Server Backup have a command line?   Back


Yes , You can do a backup or restore job via a command line , the command format like this:
{installastion directory\}Agent.exe backup/restore "your job name"
For example , if you have installed SQL Server Backup in "C:\Program Files\SQL Server Backup" direcotry and created a backup job named "my_backup_job" ,you can run this job via this command line:
C:\Program Files\SQL Server Backup\Agent.exe backup "my_backup_job"
You can new a bat file and enter this comamnd line in it , then create a shortcut . If a user want to run this job , just click this shortcut .
Copyright @2007 by Databk.com. All Rights Reserved. Home | Contact | Links