Today I was looking at an execution plan and saw a message that said something along the lines of conversion may affect cardinality estimates. I did some further research and saw that the use of functions can affect the ability for SQL Server to estimate cardinality because that column becomes effectively invisible. See Today I was looking at an execution plan and sa