Microsoft
Software
Hardware
Network
Question : ms sql change string with all upper case to proper lower case sentence
I need to convert an all upper case sentences into proper sentences with both upper and lower case. Example: if the sentence is "YOU ARE THE BEST", the result should be "You are the best.", or "You Are The Best", which ever way is easier to do, consider there are some cases that the sentence can goes like "THANK YOU A.J., YOU ARE THE BEST", then the result needs to be "Thank You A.J., You Are The Best", with the name A.J. still in upper case. How can I do that MS SQL 2000? Thanks
Answer : ms sql change string with all upper case to proper lower case sentence
With the function in the second URL, you can try like this.
select dbo.fProperCase('THANK YOU A.J., YOU ARE THE BEST','|A.J.|',null)
Thank You A.J., You Are The Best
Random Solutions
SQL Query to return Count in Table 2 while also returning the row in Table 1.
ASP WIZARD Control - javascript Validation
Outlook VB Code Quit Working
When To Use Custom Events
Replacing old windows 2000 DC server with WIndows 2008 R2
what does 554 message refused mean?
Formula " “=SUMPRODUCT” fully function
MS Excel and Word 2003 won't scroll the bottom pane of a split window.
Get the file size of an image in a picturebox
How to Create Field with Autonumber?