August 24, 2014 at 9:58 pm
nishav2 (8/22/2014)
Thanks for your reply.The problem I cannot use a staging table since the data is sensitive data.
You're saying that your normal data contains clear-text SSNs? And that you can't build a staging table in that same database? :blink:
--Jeff Moden
Change is inevitable... Change for the better is not.
August 25, 2014 at 6:17 am
Jeff Moden (8/24/2014)
nishav2 (8/22/2014)
Thanks for your reply.The problem I cannot use a staging table since the data is sensitive data.
You're saying that your normal data contains clear-text SSNs? And that you can't build a staging table in that same database? :blink:
A staging table with the right COLUMN Permissions for the sensitive data looks just about right for this application.
August 25, 2014 at 7:52 am
though MS documentation says that Conversion from DT_STR to DT_BYTES is a legal conversion, Nether data conversion or derived column column compopnents seems be doing this right with out throwing a cast error.
http://msdn.microsoft.com/en-us/library/ms141704.aspx
The only way i was able to cast is using the script componenet.
Row.OUPUTCOLUMN = System.Text.Encoding.UTF8.GetBytes(Row.INPUTCOLUMN);
Not sure if your case how far this will be helpful.
Thanks
rm
August 25, 2014 at 8:56 am
Thanks guys for all your valuable suggestions. Will give it a try by using script task..
Viewing 4 posts - 16 through 18 (of 18 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