Creating legacy backups of SQL Server databases
You can create a legacy backup of your standard SQL Server databases by using Microsoft™ Management Console (MMC). You can also use the legacy method to back up availability databases with SQL Server 2012 and later versions.
Before you begin
- To run a legacy backup, ensure that the Data Protection for SQL Server license file is installed.
- On SQL Server 2012 and later versions, you can also back up availability databases in an AlwaysOn Availability Group (AAG) regardless of which availability replica is used for the backup operation. To back up availability databases, ensure that IBM Storage® Protect Snapshot is configured to use an AlwaysOn node. Additionally, specify the AlwaysOn node in the AlwaysOn Node field in the IBM Storage Protect Node Names page of the IBM Storage Protect Configuration Wizard.
About this task
log and set backups to a new management
class, the new management class setting takes effect only for new backups. Existing backups are not
rebound to the new management class. Therefore, schedule a new full backup after
you change the management class for either log or set
backups.Procedure
What to do next
- To determine which databases backups are bypassed during backup processing, review the tdpsql.log in the directory where Data Protection for SQL Server is installed. Data Protection for SQL Server bypasses database snapshots and databases that are in offline, mirroring, and restoring states.
- To determine whether the checksum option is applied to a legacy database backup, issue the tdpsqlc query tsm * command on the command-line interface, or the equivalent Get-DpSqlBackup cmdlet.