Is there a way to convert the output of MONTH to text? For example, I want to convert the integer result of MONTH(GETDATE()) to text so 8 would be August. I can achieve it using a CASE statement but I wanted to check if there was a SQL function that could do it instead.