有没有一种方法可以估计 SQL Server 2005 数据库的恢复时间?

发布于 2024-08-04 15:48:44 字数 78 浏览 6 评论 0原文

我正在查看一个大型 SQL Server 2005 数据库,该数据库已进入恢复模式,我想知道是否有任何方法可以估计数据库恢复之前需要多长时间?

I am looking at a large-ish SQL Server 2005 database, that has entered into Recovery mode, and I am wondering if there is any way to estimate how long it's going to be until the database has recovered?

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

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

发布评论

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

评论(2

ㄟ。诗瑗 2024-08-11 15:48:44

如果您查看服务器日志,它会在每 1% 左右的进度后添加一个日志条目。由此您可以估计剩余时间。这通常是我最终不得不做的事情。

If you look at the server logs, it will add a log entry after every 1% of progress or so. From that you can guestimate the time left. It's usually what I end up having to do.

旧话新听 2024-08-11 15:48:44

任何超过几秒的时间都意味着在需要撤消的数百万个更新行期间发生中断。
您必须跟踪 SQL 错误日志中的进度。

有点厚脸皮,但您可以阅读“了解 SQL 中的恢复性能服务器”当你等待时...

Any more than a few seconds means an outage during a multi-million update row that needs undone.
You'll have to follow progress in the SQL error log.

Slightly cheeky, but you could read "Understanding Recovery Performance in SQL Server" while you wait...

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