You are validating whether a SQL Server IntegrationServices (SSIS) package named Master.dtsx in the SSIS
catalog is executing correctly. You need to displaythe number of rows in each buffer passed between each
data flow component of the package. Which three actions should you perform in sequence? (To answer, move
the appropriate actions from the list of actions tothe answer area and arrange them in the correct order.)
Answer:
1. Run the Master.dtsx package with the logging level set to Verbose.
2. Execute a SQL statement with a package name of Master.dtsx against the catalog.executions view and return its execution ID.
3. Execute SQL statement with the execution ID equal to the previous retrieved execution ID against the catalog.execution_data_statistics view and return the rows_sent column values for all the rows.