the safest dateformat is yyyyMMdd, also make sure that you put them inside quotes
SELECT *FROM MyTableWHERE ( (MyDate Like '??/??/%' and CONVERT(datetime,MyDate,103) >= '20071111' ) OR CAST(MyDate as datetime ) > = '20091111' )