Regarding lookup

  • hi

    i am new to sql server, i have gone through the lookup tool. .........

    but i am not getting where can we use this one......

    if there are 2 tables in the database which have FK relation between them, i need data from both tables,so i can use this lookup in ssis package......

    i am confused,, can anyone help me.......

    Thanks

  • Yes,

    Exactly it does the same operation here you need to mention which column it should join(look) on

    eg: you need to mention unique key in that table

    select a from tablea a inner join tableb b on a.? =b.? and a.?=b?

    you just need to tick column a and connect ? coulmns which are unique

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

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