Tag: Efficient Queries

Implicit Conversion Recommendation

Improve SQL Server performance by avoiding an implicit conversion in a search predicate.

Missing Join Predicate Recommendation

The ‘Missing Join Predicate’ recommendation (SDR-Q19) given by SQL doctor for a query that results in the cartesian product of two or more tables will help identify bottlenecks in TSQL to improve query performance.