Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Issues in Lookup Transformation

    OLE DB Source SQL:

    Select customer_key From customer (nolock)

    customer_key

    -------------

    10001

    Lookup SQL:

    Select customer_key, phone_type, phone_number

    From phone (nolock) as ph Join customer (nolock) as c

    On ph.customer_key = c.customer_key

    customer_key phone_type ...

  • RE: Issues in Lookup Transformation

    Thanks for your reply! But that will not solve my problem because in my main SQL I have only one record whereas in lookup SQL I have 3 records for...

Viewing 2 posts - 16 through 17 (of 17 total)