Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从包含一个文件的备份中以编程方式(在 C# 中使用 SMO)恢复数据库没有问题。但是当备份包含多个文件(完整和差异备份)时,我收到以下错误
无法恢复日志或差异备份,因为没有文件准备好前滚
那么我应该怎么做才能用最新的数据恢复数据库呢?
您将需要设置NoRecovery选项,以便它允许您恢复其余文件。
NoRecovery
检查此以供参考。