Forum Replies Created

Viewing post 16 (of 16 total)

  • RE: REPLACE Multiple Spaces with One

    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","")

Viewing post 16 (of 16 total)