Last week I blogged about Implicit Conversions that cause Index Scans, and showed two charts for where implicit conversions could result in an index scan operation instead of an index seek during query execution. As a part of writing that blog post I thought it would be interesting to also look at the performance overhead [...]