Creating legacy backups of SQL Server databases
You can create a legacy backup of your standard SQL 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
- For legacy database backups, you can verify whether a backup is valid without physically restoring the backup. Before you restore the legacy database backup, you can run the restore operation with the Verify Only option in Microsoft Management Console (MMC).
- To run a legacy backup, ensure that the Tivoli® Storage FlashCopy® Manager 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 Tivoli Storage FlashCopy Manager is configured to use an AlwaysOn node. Additionally, specify the AlwaysOn node in the AlwaysOn Node field in the TSM Node Names page of the Tivoli Storage Manager Configuration Wizard.
Procedure
What to do next
- To determine which databases backups are bypassed during backup processing, review the tdpsql.log in the directory where Tivoli Storage FlashCopy Manager is installed. Tivoli Storage FlashCopy Manager 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, enter the tdpsqlc query tsm * command on the command line, or the equivalent Get-DpSqlBackup cmdlet.