The SSIS SCD transform is effectively useless when processing much more that 1000 rows of data, due to the RBAR approach of validating each row passing through.This means most developers (where possible) end up using workarounds such as the T-SQL Merge or the codeplex component "Kimball SCD" (which is not usually acceptable in enterprise scenarios as it is not supported).
Category
Proposed Solution
Benefits
Other Benefits