Error Message: Cannot map the lookup column, 'Name', because the column data type is a binary LOB.
I have an excel source with a string field call it 'Type' with a value of 'Pocket Guide'
I have a field in SQL Server 2008 call it 'Name' set up as a varchar(max) with a value of 'Pocket Guide'
I have a field in SQL Server 2008 call it 'Name Type' set up as integer with a value of '1'
I am using the Look up Transform to match 'Type' to 'Name' in order to retrieve the 'Name Type' - but I am running into the Blog error.
2 months new to SSIS - Will someone please provide a workaround or solution? - Thanks!