Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | dz0001Starting Member
 
 
                                        35 Posts | 
                                            
                                            |  Posted - 2015-05-04 : 10:49:44 
 |  
                                            | Hi There,I have column with value of all upper case, for example, FIELD SERVICE, is there anyway, I can convert into Field Service?Thanks |  |  
                                    | gbrittonMaster Smack Fu Yak Hacker
 
 
                                    2780 Posts |  |  
                                    | dz0001Starting Member
 
 
                                    35 Posts | 
                                        
                                          |  Posted - 2015-05-04 : 11:22:40 
 |  
                                          | Gerald,Thanks a lot for quick response. This works perfectlyThanks againDon |  
                                          |  |  |  
                                    | KristenTest
 
 
                                    22859 Posts | 
                                        
                                          |  Posted - 2015-05-04 : 14:34:46 
 |  
                                          | quote:Beware that @OutputString declared smaller than @InputString (and the RETURN declaration) so it will truncate input longer then 255 charsOriginally posted by gbritton
 Use this function: http://www.sql-server-helper.com/functions/initcap.aspx
 
  Not sure of how to do it better, but it looks as though it may be slow / CPU intensive.  Not sure if there are better methods out there though? |  
                                          |  |  |  
                                |  |  |  |