SQL Server Data Tools (SSDT) is the integrated development environment available from Microsoft to design, deploy, and develop SSIS packages. SSDT is installed when you choose to install SQL Server Client tools and Workstation Components from your SQL Server installation media. SSDT supports creation of Integration Services, Analysis Services, and Reporting Services projects. Here, we will focus on Integration Services project type.
Perform the following steps for creating a new project.
Launch SQL Server Data Tools from SQL Server 2012 program folders as shown in the following screenshot:
Create a new Project and choose Integration Services Project in the New Project dialog as shown in the following screenshot:
This should create the SSIS project with a blank
Package.dtsx
inside it visible in the Solution Explorer window of the project as shown in the following screenshot:
