Hi,
In SQL BOL, it states that the below description for backup_set_id in restorehistorytable
************************************************************
backup_set_id int NOT NULL REFERENCES backupset(backup_set_id)
************************************************************
But I dont think whether it actually references or not, becoz i did a backup and restore(on network server) chekced the backup_set_id in both tables i.e. backupset as well as restorehistory tables, But both are having different ids? So i think it wont be any useful if we want to relate both the tables. Any thoughts?
Dilip