Microsoft SQL Server function to uppercase the first letter of words from a user-defined string
- 0.0.1
- This function was written with SQL Server 2012 methods
- nvarchar
- integer (int)
- char
- lower
- len
- substring
- stuff
- upper
- in
dbo.UppercaseFirstLetterWord('This is a test string.')