Browse by Tags

Count number of words in a String
21 December 07 07:55 AM | Madhivanan | 2 Comments   
Tony Rogerson in his weblog posted about Counting the number of words in a string Here are two more methods 1 Using the method I posted already about Squeeze Function to remove multiple spaces Declare @s varchar ( 100 ) set @s = ' See how many words this Read More...