SSIS Design

  • I have 2 schemas X and Y.

    X has Employee Table in which I have10 fields

    Y has OldEmployee table which has EmpNo

    X has 5 fields which I need to lookup in table A.SiteLink,A.EmpLink,A.PayLink.

    If the field matches its fine but if it doesnt has the data then it shud return NULL.

    All this will be in single data flow task. what is the best i can proceed with.

    thanks

  • Well, The simplest answer is always the best... so why don't you just do a join in your source connection?

    Barring that, a lookup transform should get you there too.

    Watch my free SQL Server Tutorials at:
    http://MidnightDBA.com
    Blog Author of:
    DBA Rant – http://www.MidnightDBA.com/DBARant

    Minion Maintenance is FREE:

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

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