• I tried this:

    convert(datetime,CONVERT(VARCHAR(10),dt_inicio,105),105) >= '01-01-2013'

    AND convert(datetime,CONVERT(VARCHAR(10),dt_inicio,105),105)<= '14-03-2013'

    but get the message:

    can't convert char data type to datetime (out of range)...