Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 2.39 KB

backup-and-restore-tables-transact-sql.md

File metadata and controls

57 lines (43 loc) · 2.39 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
Backup and Restore Tables (Transact-SQL)
Backup and Restore Tables (Transact-SQL)
VanMSFT
vanto
03/15/2017
sql
system-objects
reference
system tables [SQL Server], backup tables
backup system tables [SQL Server]
system tables [SQL Server], restore tables
restore system tables [SQL Server]
TSQL

Backup and Restore Tables (Transact-SQL)

[!INCLUDE SQL Server]

The topics in this section describe the system tables that store information used by database backup and restore operations.

In This Section

backupfile
Contains one row for each data or log file of a database.

backupfilegroup
Contains one row for each filegroup in a database at the time of backup.

backupmediafamily
Contains a row for each media family.

backupmediaset
Contains one row for each backup media set.

backupset
Contains a row for each backup set.

logmarkhistory
Contains one row for each marked transaction that has been committed.

restorefile
Contains one row for each restored file. These include files restored indirectly by filegroup name.

restorefilegroup
Contains one row for each restored filegroup.

restorehistory
Contains one row for each restore operation.

suspect_pages
Contains one row per page that failed with an 824 error (with a limit of 1,000 rows).

sysopentapes
Contains one row for each currently open tape device.