70-458 · Question #45
You develop a SQL Server Integration Services (SSIS) package that imports SQL Azure data into a data warehouse every night. The SQL Azure data contains many misspellings and variations of…
The correct answer is B. Change the similarity threshold to 0.55. The similarity thresholds can be set at the component and join levels. The join-level similarity threshold is only available when the transformation performs a fuzzy match between columns in the input and the reference table. The similarity range is 0 to 1. The closer to 1 the…
Question
Options
- ADecrease the maximum number of matches per lookup.
- BChange the similarity threshold to 0.55.
- CChange the Exhaustive property to True.
- DIncrease the maximum number of matches per lookup.
How the community answered
(36 responses)- A3% (1)
- B78% (28)
- C8% (3)
- D11% (4)
Explanation
The similarity thresholds can be set at the component and join levels. The join-level similarity threshold is only available when the transformation performs a fuzzy match between columns in the input and the reference table. The similarity range is 0 to 1. The closer to 1 the threshold is, the more similar the rows and columns must be to qualify as duplicates.
Topics
Community Discussion
No community discussion yet for this question.