DRAG DROP -You are designing a SQL Server Integration Services (SSIS) package to execute 12 Transact-SQL (T-SQL) statements on a SQL Azure database. The T-SQL statements may be executed in any order. The T-SQL statements have unpredictable execution times.You have the following requirements:โ The package must maximize parallel processing of the T-SQL statements.โ After all the T-SQL statements have completed, a Send Mail task must notify administrators.You need to design the SSIS package. Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)Select and Place:
DRAG DROP -You plan to deploy a SQL Server Integration Services (SSIS) project by using the project deployment model.You need to monitor control flow tasks to determine whether any of them are running longer than usual. Which three actions should you perform in sequence? (To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.)Select and Place:
You are designing a partitioning strategy for a large fact table in a data warehouse. Tens of millions of new records are loaded into the data warehouse weekly, outside of business hours.Most queries are generated by reports and by cube processing. Data is frequently queried at the day level and occasionally at the month level.You need to partition the table to maximize the performance of queries. What should you do? (More than one answer choice may achieve the goal. Select theBEST answer.)
You are designing an extract, transform, load (ETL) process for loading data from a SQL Server database into a large fact table in a data warehouse each day with the prior day's sales data.The ETL process for the fact table must meet the following requirements:โ Load new data in the shortest possible time.โ Remove data that is more than 36 months old.โ Ensure that data loads correctly.โ Minimize record locking.โ Minimize impact on the transaction log.You need to design an ETL process that meets the requirements. What should you do? (More than one answer choice may achieve the goal. Select the BEST answer.)
DRAG DROP -You are validating whether a SQL Server Integration Services (SSIS) package named Master.dtsx in the SSIS catalog is executing correctly.You need to display the 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 to the answer area and arrange them in the correct order.)Select and Place:
You maintain a SQL Server Integration Services (SSIS) package. The package was developed by using SQL Server 2008 Business Intelligence DevelopmentStudio (BIDS).The package includes custom scripts that must be upgraded.You need to upgrade the package to SQL Server 2012.Which tool should you use?