Pages

Thursday, August 22, 2013

SQL SERVER – UDF – Function to Convert Text String to Title Case – Proper Case | Journey to SQL Authority with Pinal Dave

Following function will convert any string to Title Case. I have this function for long time. I do not remember that if I wrote it myself or I modified from original source. Run Following T-SQL statement in query analyzer: SELECT dbo.udf_TitleCase('This function will convert this string to title case!') The output will be displayed in… Continue Reading...

Source: SQL SERVER – UDF – Function to Convert Text String to Title Case – Proper Case | Journey to SQL Authority with Pinal Dave

No comments:

Post a Comment