On sql 2000 using BackupExec v9.0 rev 4454, I'm trying to backup up very large sql db's (251 GB)but because of the time it takes to restore we're now looking at backing up the filegroups. However, when we tried a filegroup backup we received the following error message:
A SQL Server filegroup was selected along with the LOG backup method . Log backups can only be performed on entire databases, not on individu al filegroups.
The plan that we had to test a recovery situation was to:
Full backup of filegroups
TLog backup 1
Manipulate the data
TLog backup 2
More data manipulation
TLog backup 3
Mangle database
TLog backup 4 - no truncate option
then try to recover the database at the point closest to when they went wrong by:
Restore full backup of filegroups - no recovery
Restore differetial backup of filegroups - no recovery
Restore TLog backup 3 - no recovery
Restore TLog backup 4 - with recovery
The above is useless as we can't even get started on it. If anyone can give some help on this it would be greatly appreciated.
A SQL Server filegroup was selected along with the LOG backup method . Log backups can only be performed on entire databases, not on individu al filegroups.
The plan that we had to test a recovery situation was to:
Full backup of filegroups
TLog backup 1
Manipulate the data
TLog backup 2
More data manipulation
TLog backup 3
Mangle database
TLog backup 4 - no truncate option
then try to recover the database at the point closest to when they went wrong by:
Restore full backup of filegroups - no recovery
Restore differetial backup of filegroups - no recovery
Restore TLog backup 3 - no recovery
Restore TLog backup 4 - with recovery
The above is useless as we can't even get started on it. If anyone can give some help on this it would be greatly appreciated.