nerdexam
Microsoft

70-463 · Question #234

You are developing a SQL Server Integration Services (SSIS) package to implement an incremental data load strategy. The package reads data from a source system that uses the SQL Server change data…

The correct answer is C. CDC Splitter. The CDC splitter splits a single flow of change rows from a CDC source data flow into different data flows for Insert, Update and Delete operations

Load data

Question

You are developing a SQL Server Integration Services (SSIS) package to implement an incremental data load strategy. The package reads data from a source system that uses the SQL Server change data capture (CDC) feature. You have added a CDC Source component to the data flow to read changed data from the source system. You need to add a data flow transformation to redirect rows for separate processing of insert, update, and delete operations. Which data flow transformation should you use?

Options

  • AAudit
  • BDQS Cleansing
  • CCDC Splitter
  • DPivot

How the community answered

(49 responses)
  • A
    16% (8)
  • B
    4% (2)
  • C
    71% (35)
  • D
    8% (4)

Explanation

The CDC splitter splits a single flow of change rows from a CDC source data flow into different data flows for Insert, Update and Delete operations

Topics

#CDC Splitter#change data capture#incremental load#data flow transformation

Community Discussion

No community discussion yet for this question.

Full 70-463 Practice