• As I already stated in one of the previous QODs with a similar question:

    The suggested answer does not work with languages other than english...

    Try this instead:

    WHERE '1;3;4;5;7;8' LIKE '%' + CAST(MONTH(dob) as varchar(2)) + '%'

    Best Regards,

    Chris Büttner