I have a string that can be 3 different lengths (10, 11, and 12). If the full string is entered, I do not want to do a wild card search, for example, if abc1234567 was entered and this was the max length, I would not want to search on abc1234567%, but if it was not the max length, I would want to wild-card it.
How much does this effect performance, especially if you are joining on strings?
