Data Type Mismatches Do Not Always Cause a Bad Implicit Conversion and Index Scan
Here’s a great recent question that I got about query tuning and index use:
Assuming that the documented levels of data type precedence in SQL ServerΒ are true as of SQL 2016, why does a bigint valueΒ not force an index scan when compared against an int column?

