restorefilegroup (Transact-SQL)

每个还原文件组在表中占一行。该表存储在 msdb 数据库中。

列名

数据类型

说明

restore_history_id

int

标识相应还原操作的唯一标识号。引用 restorehistory(restore_history_id)

filegroup_name

nvarchar(128)

被还原的文件组的名称可以为 NULL。

将数据库恢复到数据库快照时,此值的填充方式与完全还原时的填充方式相同。

注释

若要减少此表以及其他备份和历史记录表中的行数,请执行 sp_delete_backuphistory 存储过程。