CONVERT(varchar(10), getdate(), 101) code example Example: sql convert date to string yyyy-mm-dd select CONVERT(char(10), GetDate(),126) /* 2020-12-23 */