About 747,000 results
Open links in new tab
  1. Lookup Transformation - SQL Server Integration Services (SSIS)

    Oct 17, 2024 · Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory. The Lookup transformation performs lookups by joining data in input columns with columns in a …

  2. An Overview of the LOOKUP TRANSFORMATION in SSIS - SQL

    This article explores the Lookup Transformation in SSIS for incremenal data loading in SQL Server.

  3. Lookup Transformation in SSIS - Tutorial Gateway

    In this article, we will explain, How to perform a lookup in SQL Server using Lookup Transformation in SSIS with OLE DB Connection Manager.

  4. Step 6: Add and configure the Lookup transformations - SQL

    Oct 17, 2024 · A Lookup transformation performs a lookup by joining data in the specified input column to a column in a reference dataset. The reference dataset can be an existing table or …

  5. Lookup transformation

    The Lookup transformation returns the result of the lookup to the target or another transformation. You can configure the Lookup transformation to return a single row or multiple rows.

  6. SSIS Blog: Utilizing Lookup Transformation in SSIS for ... - Medium

    Apr 2, 2025 · This article demonstrates how to use the Lookup Transformation in SSIS to perform incremental data loading. Lookup Transformation in SQL Server Integration Services (SSIS) is …

  7. SSIS LOOKUP TRANSFORMATIONS - GoShedy

    May 4, 2025 · SSIS (SQL Server Integration Services) Lookup Transformations are components used in data flow tasks to perform lookups on a dataset, typically to retrieve additional …

  8. Slow Lookup Transformation in SSIS - SQL Server Tips

    Jun 7, 2022 · Several Microsoft SQL Server Integration Services (SSIS) developers report bad package performance while using a lookup transformation. Why is this an issue? This tutorial …

  9. Understanding Lookup Transformation in SQL Server

    Dec 3, 2015 · In this post, we will be discussing the Lookup transformation and providing an example of how to implement it in just 8 easy steps. The Lookup transformation is a powerful …

  10. SSIS Lookup transformation vs. Fuzzy Lookup transformation - SQL

    In SQL Server Integration Services (SSIS), two types of lookups transformations can be performed; normal and fuzzy lookups. Both transformations are available within data flow …