管理文件夹下的扩展事件不可用
在 SSMS 中,我看到我们有一个名为 Management 的文件夹,我希望管理事件如下所示。 在此处输入图像描述
但我的 SSMS 看起来像这样是空的。 我可以做什么让管理事件出现在管理文件夹下。 在此处输入图片说明
in SSMS, I see that we have a folder called Management and I am expecting Management events to appear like below.
enter image description here
But My SSMS looks empty like this.
What can i do make Management Events appear under Management Folder.
enter image description here
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该检查您的 SQL 服务器版本。扩展事件于 2008 年首次引入。
要检查版本,您可以执行以下操作:
同时检查 SSMS 版本并检查其是否与 SQL Server 版本兼容。
SSMS 版本可在此菜单下找到:
You should check your SQL server version. The extended event was introduced for the first time in 2008.
To check the version you can execute this:
Also check the version SSMS and check if its compatible with the SQL Server version.
SSMS version is available under this menu: