|
lemondash
Posting Yak Master
United Kingdom
156 Posts |
Posted - 09/27/2012 : 06:20:17
|
Hi All,
I have a SSIS package that has data in a table. I have a OLE DB Source to connect to the table but i need to do a look up to populate a field within that table. But the field i'm looking up on the destination is nvarchar and the source field is an int and the SSIS componet for look up dosen't allow lookup's with different data types. Can i change this with a derved column ?
I could change the the data types on the tables but their both populated form external sources.
Thank you in advance. |
|