Quantcast
Channel: Red Gate forums: SQL Backup 7
Viewing all articles
Browse latest Browse all 713

RE: Any Way to Configure Include and Exclude DBs. ...

$
0
0
In the GUI when you check the ALL check box it will script out all the names of the databases.

EXECUTE master..sqlbackup '-SQL "BACKUP DATABASES [master,model,msdb,db1,db2......

You can edit the job so that it uses the ALL argument or * wildcard.

EXECUTE master..sqlbackup '-SQL "BACKUP ALL DATABASES

or

EXECUTE master..sqlbackup '-SQL "BACKUP DATABASES [*]

There are no plans to change this behavior in new or future releases

Viewing all articles
Browse latest Browse all 713

Trending Articles