在 SQL Server 2005 中,我可以同时拍摄多个数据库快照吗?

发布于 2024-07-19 07:43:22 字数 81 浏览 2 评论 0原文

我们正在设置 K2,它要求在备份之前对多个数据库进行快照,以便它们处于完全相同的时间点。 我可以这样做吗?如何做? 总共有14个数据库需要备份。

We're setting up K2 and it requires that several databases be snapshoted before being backed up so that they are at the exact same point in time. Can I do this and how? There are a total of 14 databases that need backed up.

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

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

发布评论

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

评论(1

唠甜嗑 2024-07-26 07:43:22

如果您希望在完全相同的时间点备份它们,您可以将它们全部置于单用户模式,备份它们,然后将它们返回到多用户模式。

建议的数据库快照最大数量约为 10 个,并且并不打算按照您建议的方式使用它们。

If you want them backed up at the exact same point in time, you could put them all into single user mode, back them up, and return them to multi-user mode.

The recommended maximum number of DB snapshots is approximately 10, and not intended to be used quite how you are proposing to use them.

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