restorefilegroup
The restorefilegroup table 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 |
'
Comments (
)
)
Link to this page:
//www.vb-net.com/Sql/Sql/Ts_ms-table_41f4.htm
|
|