管理文件夹下的扩展事件不可用

发布于 2025-01-10 03:47:14 字数 268 浏览 0 评论 0原文

在 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 技术交流群。

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

发布评论

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

评论(1

波浪屿的海角声 2025-01-17 03:47:14

您应该检查您的 SQL 服务器版本。扩展事件于 2008 年首次引入。

要检查版本,您可以执行以下操作:

Select @@Version

同时检查 SSMS 版本并检查其是否与 SQL Server 版本兼容。
SSMS 版本可在此菜单下找到:

SSMS > Help > About

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:

Select @@Version

Also check the version SSMS and check if its compatible with the SQL Server version.
SSMS version is available under this menu:

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