J
jeremy
Video
How Implicit Data Type Conversion in SQL Server Forces a Table Scan Instead of an Index Seek
When the two sides of a comparison in SQL have different data types, the engine performs an implicit conversion to make them comparable, and the side that gets converted determines the cost: converti…