Lookup task failed to match the records correctly

  • I am using SSIS 2005 Lookup task to match two tables. Though i have matching records between two tables, Look task still rejects records. We have used the same paramter to make the "inner join" between the two tables where the number of records return is not matching with results of Lookup task. The issue seems to be in SSIS Lookup task. Please let me know if you have faced the situation already. Thanks in advance.

  • SSIS is very data type sensitive.

    It is also CASE SENSITIVE, ACCENT SENSITIVE, and SENSITIVE TO TRAILING SPACES.

    In your T-SQL join, your collation settings on the columns are used, they are not in SSIS.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply