SSIS Interview Questions 13

Data Warehouse [SSIS] Questions: Notes: What are Asynchronous Components? The output of an asynchronous component uses a new buffer. It’s not possible to reuse the input buffer because an asynchronous component can have more or less output records than input records.   The only thing you need to remember is that synchronous components reuse buffers […]

Read More

SSIS Interview Questions 12

Data Warehouse [SSIS] Questions: Notes: What are Non-Blocking Transformations? Non-blocking Transformations are transformations that work with only individual field values for rows in the pipeline, they can transform the data row by row. A transformation with this requirement can begin to process data as it flows to it and will make processed rows available down […]

Read More

SSIS Interview Questions 10

Data Warehouse [SSIS] Questions: Notes: How do you apply configurations to a package? Use a package configuration to override selected property values stored in a separate file or configuration resource. Typically, this is used to apply properties, such as file paths or connection strings, that would need to be changed when the package is moved […]

Read More