在 SQL Server 2005 中,我可以同时拍摄多个数据库快照吗?
我们正在设置 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望在完全相同的时间点备份它们,您可以将它们全部置于单用户模式,备份它们,然后将它们返回到多用户模式。
建议的数据库快照最大数量约为 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.