运行以下命令时:
"RESTORE FILELISTONLY FROM DISK='\\\\server\\folder\\DummyDB.bak'"
我收到此错误:
Backup destination "\\server" supports a FILESTREAM filegroup. This filegroup cannot be used as a backup destination. Rerun the BACKUP statement with a valid backup destination.
RESTORE FILELIST is terminating abnormally.
除非有人想出更好的主意,否则似乎尝试恢复的驱动器不能包含文件组中的任何数据库文件。是这样吗?提前致谢。