You cannot restore a filegroup to another database. Any recovery operation must go through the recovery stage, when the log is played with the restored data files, and in the new database there will be a log that does not correspond to the restored file group, so the mechanism will reject the backup.
You cannot detach / attach filegroups; detachment and attachment do not work at the filegroup level, only at the database level.
You also cannot copy / overwrite the file when the database connects to the network, the recovery process will detect a discrepancy and declare the database damaged.
source
share