In this section, we'll define a very simple SSIS package with two Data Profiling Tasks: one for the SourceData.Contracts table, and a one for the SourceData.Actions table. The results of both Data Profiling Tasks will show a distribution of data, missing values in data, and so on. For this part of data exploration, we need to create a new SSIS project in Visual Studio. We are going to create a new project with the following steps:
- Open Visual Studio.
- Go to the File - New... menu and select the Project option.
- The New Project dialog appears. Select the project template named Integration Services Project.
- Give the name Phones to the project, select a location for the project, and then click ...