Data Backup and Recovery

how to backup all sql db in the server

computer_1
2,260 Views

hi all.

we sql 2005 with snap manager for sql installed.

on the sql snap backup job i see a list of all the db that the job will backup.

if i add a new Sql DB the job will fail because the new DB is not on the backup job list.

so how do i configure the job to run on a schedule basis and BACKUP ALL DB .. 

thanks a lot..

1 ACCEPTED SOLUTION

qzhang
2,260 Views

In the GUI, if you select all dbs on the server, then schedule the backup, the job will backup all dbs. Or from the cmdlet, if no database is specified, meaning use “-d 0”, or no “-d” switch, the cmdlet job will backup all dbs.

Thanks,

-Qing

View solution in original post

1 REPLY 1

qzhang
2,261 Views

In the GUI, if you select all dbs on the server, then schedule the backup, the job will backup all dbs. Or from the cmdlet, if no database is specified, meaning use “-d 0”, or no “-d” switch, the cmdlet job will backup all dbs.

Thanks,

-Qing

Public