捕获 SQL Server 中的执行流程

发布于 2024-10-11 09:59:18 字数 183 浏览 2 评论 0原文

我对 Microsoft SQL Server 非常陌生。我想知道是否可以捕获从外部程序执行的数据库上的 sql 查询的跟踪,同时忽略触发器引起的操作。

我使用 SQL Profiler 并选择捕获 SP:StmtCompleted 事件的文本内容。结果非常令人难以承受,并且包含触发器中指定的大量代码。

谢谢, 德里克

I am very new to Microsoft SQL server. I am wondering if it is possible to capture a trace of the sql query on a database executed from an external program while ignoring the actions caused by trigger.

I used SQL profiler and choose to capture the text content for the SP:StmtCompleted event. The result is very overwhelming and contains a lot of code that is specified in the trigger.

Thanks,
Derek

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

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

发布评论

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

评论(1

梦一生花开无言 2024-10-18 09:59:18

<> 的 ObjectType 上添加过滤器21076(您需要选择“显示所有列”选项才能使其显示在列表中)

Add a Filter on ObjectType of <> 21076 (You will need to select the "Show all columns" option to make it appear in the list)

Profiler screenshot

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