SQL Server Profiler - 如何过滤跟踪以仅显示包含 DELETE 语句的 TSQL?

发布于 2024-12-12 04:19:49 字数 93 浏览 1 评论 0原文

我有一个 SQL 跟踪设置来监视向单个数据库发出的所有 TSQL。但是我只关心发出的“DELETE”TSQL 语句。有什么方法可以过滤仅向探查器报告这些类型的语句吗?谢谢!

I have a SQL Trace setup to monitor all TSQL being issued to a single database. However I only care about 'DELETE' TSQL statements being issued. Is there any way I can filter to just reporting these type of statements to the profiler? Thanks!

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

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

发布评论

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

评论(1

东京女 2024-12-19 04:19:49

设置跟踪时,转到事件选择并仅选择 TSQL->Batch Completed。现在单击列过滤器按钮并选择TextData -> 点赞并写下%delete%。应该可以做到这一点。

编辑:在删除周围添加了百分号(%),因为需要它们才能使其正常工作。

When setting up your trace, go to event selection and select only TSQL->Batch completed. Now click the column filters button and choose TextData -> Like and write %delete%. That should do it.

EDIT: Added percent signs (%) around delete because they are needed to make it work.

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