• SELECT convert(datetime,'20050910') as myDate

    select convert(varchar(20),convert(datetime,'20050910'),103) as myVarCharDate

    Should do it.