You are designing a SQL Server 2008 Integration Services (SSIS) package.
The package includes a Data Flow task that copies several million rows. The data flow
requires a match against a reference table that contains 10,000 rows. Each row in the
reference table will be used during the data flow.
You need to ensure that the data flow executes in the minimum amount of time.
Which data flow component should you select?
A.
a Fuzzy Lookup transformation
B.
a Lookup transformation along with the Full cache option
C.
a Lookup transformation along with the No cache option
D.
a Lookup transformation along with the Partial cache option