views:

413

answers:

1

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?

+3  A: 

If you have the profiler trace data, it will be due to the query run just before it.

Mitch Wheat