March 12, 2013 at 6:50 pm
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
May 22, 2013 at 9:46 pm
I don't think you can create and run an SSIS package on SQL 6.5 or earlier.
It must be something more contemporary you use for that.
If so you just need to include REPLACE comand into data processing of your package.
_____________
Code for TallyGenerator
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy