restorefilegroup (T-SQL)

Contains one row for each restored filegroup. This table is stored in the msdb database.

Column name Data type Description
restore_history_id int NOT NULL REFERENCES restorehistory(restore_history_id) Unique identification number identifying the corresponding restore operation
filegroup_name nvarchar(128) NULL Name of the filegroup being restored

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.