I ran across a programming challenge question on Reddit, asking to create a program that will take a number and convert it to its text representation, so 11 to Eleven, 103 to One Hundred Three, etc.
I’ve posted a script on Github to accomplish this in T-SQL.
Previously, I had created a similar script to convert a Roman numeral to a number.