使用卷影复制服务备份 SQL Server Compact 是否可行?

发布于 2024-09-05 09:58:42 字数 147 浏览 6 评论 0原文

人们是否期望使用卷影复制服务创建的 SQL Server Compact 数据库文件的备份保持一致?我知道大型 SQL Server 有一个 VSS writer 来确保一致性。如果连接正在写入 SQL Server Compact 数据库,该文件是否可以以不一致的状态进行备份?

Would one expect a backup of a SQL Server Compact database file created with Volume Shadow Copy Service expected to be consistent? I know the big SQL Server has a VSS writer to ensure consistency. If a connection is writing out to a SQL Server Compact database could the file be backed up in a inconsistent state?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷迭香的记忆 2024-09-12 09:58:42

当没有写入服务时,备份文件被称为“崩溃一致”。您可能会错过最近的更新,但通常都很好。当然,取决于您的数据或应用程序的重要性。

backup files are called "crash-consistent" when there is no writer service. you may be missing the recent updates, but usually good. ofcourse, depends on how critical your data or application is.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文