Possible Duplicate:
how to write number to word function in sql server
Simple requirement, but cann’t seem to find/search properly.
Do you know of a way that would generate for me:
1-->One
2-->Two
3-->Three
100-->One hundred
295-->Two hundred and ninety five
etc.
when I give a range of numbers.
I think this serves my purpose:
how to write number to word function in sql server
I am just looking for a way to quickly be able to generate word equivalents fo ra range of number. ‘How’ doesn’t really matter.
The reason I posted the question is because I didn’t use the correct search words before.
If I use ‘word equivalent of numbers’ for search on the web, I get the results I wanted, but I was searching using ‘text equivalent..’ instead.