What are the differences between Merge Join and Lookup transformations in SSIS?

前端 未结 7 1488
孤城傲影
孤城傲影 2020-12-02 11:10

Hi I\'m new to SSIS packages and writing a package and reading up about them at the same time.

I need to convert a DTS into a SSIS package and I need to perform a j

7条回答
  •  旧巷少年郎
    2020-12-02 12:05

    I will suggest a third alternative to consider. Your OLE DBSource could contain a query rather than a table and you could do the join there. This is not good in all situations but when you can use it then you don't have to sort beforehand.

提交回复
热议问题