SET DATEFORMAT DMY
SELECT Tipo_remate, CONVERT (CHAR(10),Fecha_remate,103), case when Mixto=1 then 'SI' when Mixto=0 then 'NO' END AS Mixto from REMATES