Comments
1 comment
-
Hi Tom,
Sure, you can use SQL Backup to backup system databases. The only issue to do with getting them restored is that SQL Backup's UI needs to make an extra connection, which affects the recovery of the master database. The workaround is to use the command-line sqlbackupc.exe to do the restore of the master database.
Add comment
Please sign in to leave a comment.
BACKUP DATABASE master ...
Can I use SQL Backup v4 to backup the System databases as well? I would like to make all of my backups uniform. Is there an issue with restoring any of the System databases from a SQL Backup v4 backup file? Any other issues which I should consider before converting these backups to SQL Backup v4?
Thanks for any assistance you can give!!!
Tom