• Sean Lange (10/3/2012)


    NO LIKE is not SARGable so you will get scans. It has to examine every row to determine if it is a match or not.

    So a LIKE 'M%' is better replaced with a >= 'M' AND < 'N'..



    If you need to work better, try working less...