SSIS lookup activity in data flow

sakuraime 2,341 Reputation points
2021-09-24T15:42:07.017+00:00

I there is a look up activity , source is a table from databaseA and the lookup reference is a table from databaseB .

may I know the actual joining query will happen in databaseA or databaseB ? or on other places?

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,702 questions
SQL Server Other
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,491 Reputation points
    2021-09-27T02:55:31.327+00:00

    Hi @sakuraime

    LookUp transformation performs lookup operation by connecting input value with data-table or table dataset columns. It compares source data with existing table dataset and filters matching ones and un-matching ones.

    the actual joining query will happen in databaseA or databaseB ? or on other places?

    It depends on which destination you want to match the data to.

    135318-screenshot-2021-09-27-105403.jpg

    About Full Cache Mode, here is an official documentation you may take a reference.

    lookup-transformation-full-cache-mode-cache-connection-manager

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.