Azure – How to write out/convert YYYY-MM-DD to "Month, DD, YYYY" in SQL
I'm trying to convert some dates I have that written as 2004-01-05 into January 1, 2004. I can't use DATEFORMAT() because it's not a supported built in function in my database. I'm using the up-to-date version of Azure for my…