I am wondering if there any TSQL syntax that I can use to convert Integer to DayOfWeek and Month E.g. If I pass t integer '1', it could convert the it to "SUN"/"Sunday" If I pass an integer '2', It could convert it to "Mon"/"Monday"..etc
and If I pass an integer, it would convert it to Jan/January ...etc?
Or I have to create my own function to deal with it?