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

RE: Automatically include new databases in backup job

$
0
0
Hi,

Your backup job will backup all currently attached databases if you select 'all'. So this will take account of new DBs and forget detached ones. To confirm this absolutely, you can check the 'script' tab on the final step of the scheduled backup wizard to ensure the BACKUP DATABASES [*] syntax is used. If you've already created the job, you can inspect the SQL Server agent step via SSMS.

For reference: https://documentation.red-gate.com/display/SBU73/The+BACKUP+command#TheBACKUPcommand-BACKUPDATABASEargument

Regards,

Viewing all articles
Browse latest Browse all 713

Trending Articles