You use Microsoft SQL Server Profile to evaluate a query named Query1. The Profiler report indicates the following issues:
- At each level of the query plan, a low total number of rows are processed.
- The query uses many operations. This results in a high overall cost for the query.
You need to identify the information that will be useful for the optimizer.
What should you do?
The Missing JoinPredicate event class indicates that a query is being executed that has no join predicate. This could result in a long-running query.
Currently there are no comments in this discussion, be the first to comment!