Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

Lookup's are a key component in SQL Server Integration Services (SSIS). Explain its purpose

Nice?Vote!
asked 1 year ago in SSIS Interview Questions and Answers by R (19,530 points)

1 Answer

Nice?Vote!
Data from two sources is combined by Lookup Transformation. There are matching fields from these sources. Case insensitive transformations is performed by the lookups. For the purpose of accessing additional information in relation to the tables is one of the purposes of lookups. Lookups can be used in data warehousing.

Lookups are used for the following purposes

- Data Cleansing
- Error Tolerance
- Data search in data warehouse
- Optimizations using cache modes
answered 1 year ago by R (19,530 points)

Related questions