Viewing post 16 (of 16 total)
I use Jeff's method all the time in SSIS, except I use a vertical tab as the "unlikely" character.
REPLACE(REPLACE(REPLACE(LTRIM(«Column»)," "," " + "\v"),"\v" + " ",""),"\v","")
August 17, 2012 at 6:13 pm
#1527284