本文介绍了在sql server中备份和恢复单个文件组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我创建了一个数据库,它包含156个文件组。我想要为单个文件组备份并恢复文件组(具有相同数据库的其他服务器)中的文件组,而不是进行完全备份。是否可能?







检查: - 我检查了两个数据库恢复模型,LPN,逻辑名称,文件组,校对名称都相同。

Hi All,

I created a database and it contains 156 file groups. Instead of taking full backup, i want to take backup for the single file group and restore file groups in the file group(other server with same database). Is it possible?



Checking:- i checked two database recovery model,LPN,logical name, file group, collation name all are same.

推荐答案


这篇关于在sql server中备份和恢复单个文件组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-16 08:24