缺少连接谓词警告
我正在使用探查器运行 SQL Server 2005 跟踪。 我看到一些缺少连接谓词的警告,但我无法根据他们提供给我的数据确定它发生在哪里。 我所拥有的只是 transactionID。 有什么办法可以找出是什么物体造成的?
I'm running a SQL Server 2005 trace using profiler. I'm seeing some missing join predicate warnings, but I can't determine where its occurring with the data they are giving me. All I have is the transactionID. Any way to find out what object is causing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有探查器跟踪数据,那将是由于在其之前运行的查询造成的。
If you have the profiler trace data, it will be due to the query run just before it.