sql profiler 过滤器:参数值 = X 的存储过程
我想分析一个存储过程,但仅限于输入参数等于特定值时。我目前正在做一个 RPC:从存储过程的 ObjectName 上的过滤器开始,该过滤器有效,但我在 TextData 上添加了一个过滤器来获取我正在查找的值,但没有任何结果。
I want to profile a stored procedure but only when the input parameter is equal to a specific value. I'm currently doing an RPC: Starting with a filter on ObjectName for the stored procedure which works but I added a filter on TextData for the value I'm looking for and nothing is coming through.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像普通查询一样在您的值中使用 %% 。
Use %% in your value like you would a normal query.