微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

sql-server-2008 – 活动监视器无法对服务器执行查询

有没有解决方案让SSMS活动监视器工作?

问题:

sql Server活动监视器失败并显示错误对话框:

TITLE: Microsoft sql Server Management
Studio
The Activity Monitor is
unable to execute queries against
server [SERVER]. Activity Monitor for
this instance will be placed into a
paused state. Use the context menu in
the overview pane to resume the
Activity Monitor.

ADDITIONAL informatION:
Unable to
find sql Server process ID [PID] on
server [SERVER]
(Microsoft.sqlServer.Management.ResourceMonitoring)

我在sql Server 2008 R2 x64 Developer Edition上遇到此问题,但我认为在使用sql Server 2008的所有64位系统中都可以找到它,但在一些尚未识别的情况下.

Microsoft Connect中有一个bug report,但尚未解决.

解决方法

检查性能监视器中是否存在sqlServer性能计数器.如果没有,manually rebuild all performance counters运行带有管理权限的lodctr / R命令:
cd \windows\system32
lodctr /R

原文地址:https://www.jb51.cc/mssql/81383.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐