In SSIS, there is one function to get the number of characters in a string, which is len(). this returns the storage bytes of the string and not the actual lenght of the string. pls let me know how to count the actual number of characters in the string
↧