捕获 SQL Server 中的执行流程
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
<> 的
(您需要选择“显示所有列”选项才能使其显示在列表中)ObjectType
上添加过滤器21076Add a Filter on
ObjectType
of<> 21076
(You will need to select the "Show all columns" option to make it appear in the list)