Open SQL Server Data Tools (SSDT) and create a new project using the integration services project template. Place the solution in the C:\SSIS2016Cookbook folder and name the project Chapter08:
- Rename the default package to SplitData.dtsx.
- In the Control Flow tab in the Package Designer, add a new data flow task by dragging and dropping it from the SSIS toolbox.
- Right-click the task and select Rename from the pop-up menu. Change the task's name to SplitData.
- Click the Data Flow tab.
- Create a new OLE DB source. Name it AW_DW_Source.
- Double-click the AW_DW_Source data source.
- On the General tab, create a new connection manager.
- Prepare the connection to the AdventureWorksDW2014 database on your SQL Server instance.
- Select the ...