Hi all, I'm being told I have to scrub invalid data in an input file.
I have a 30 character description field with extended Ascii poop causing a failure in my SSIS package, trying to store this in a char column.
Is there a simple way using sql to replace ascii values < 32 and > 127 with a space ' '?
thanks in advance