Task 4: Creating an SSIS Project using SQL Server Data Tools
In this task, you create an SSIS project by using SQL Server Data Tools to automate cleansing and matching supplier data.
Launch SQL Server Data Tools. Click Start, point to All Programs, expand Microsoft SQL Server 2012, and click SQL Server Data Tools.
On the File menu, point to New, and click Project.
Expand Business Intelligence in the Installed Templates pane, and select Integration Services.
Select Integration Services Project in the list of project types.
Type CleanseAndCurateSuppliers for Name and click OK.
In Solution Explorer window, right-click Package.dtsx and select Rename. If you don’t see Solution Explorer window, click View on the menu bar and click Solution Explorer.
Type CleanseAndCurate.dtsx and press ENTER. Make sure that the extension remains .dtsx.