B
Bill Fuller
Guest
I used the wizard to create a daily differential backup and selected "All
Databases" in the dropdown. However, this is failing on the "master"
database.with the following error:
Executing the query "BACKUP DATABASE [master] TO DISK =
N'F:\\Data\\Databases\\SQL\\MSSQL.1\\MSSQL\\Backup\\master_backup_200801091427.bak'
WITH DIFFERENTIAL , NOFORMAT, NOINIT, NAME =
N'master_backup_20080109142730', SKIP, REWIND, NOUNLOAD, STATS = 10
" failed with the following error: "You can only perform a full backup of
the master database. Use BACKUP DATABASE to back up the entire master
database.
BACKUP DATABASE is terminating abnormally.". Possible failure reasons:
Problems with the query, "ResultSet" property not set correctly, parameters
not set correctly, or connection not established correctly.
Is there some reason I cannot do a differential backup of the master db even
though it was an option in the wizard?
Databases" in the dropdown. However, this is failing on the "master"
database.with the following error:
Executing the query "BACKUP DATABASE [master] TO DISK =
N'F:\\Data\\Databases\\SQL\\MSSQL.1\\MSSQL\\Backup\\master_backup_200801091427.bak'
WITH DIFFERENTIAL , NOFORMAT, NOINIT, NAME =
N'master_backup_20080109142730', SKIP, REWIND, NOUNLOAD, STATS = 10
" failed with the following error: "You can only perform a full backup of
the master database. Use BACKUP DATABASE to back up the entire master
database.
BACKUP DATABASE is terminating abnormally.". Possible failure reasons:
Problems with the query, "ResultSet" property not set correctly, parameters
not set correctly, or connection not established correctly.
Is there some reason I cannot do a differential backup of the master db even
though it was an option in the wizard?