Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By : Abolfazl Radgoudarzi, Reza Rad
Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By: Abolfazl Radgoudarzi, Reza Rad

Overview of this book

Table of Contents (19 chapters)
Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for action – creating your first SSIS project


In this example, we will go through an SSIS project and packages to explore the functionality and structure of these objects. We will create an SSIS package and explore the development environment features in SQL Server Data Tools (SSDT) for Integration Services. Perform the following steps to create a project:

  1. Open SSDT and create a new project of type Integration Services Project. Name the project Chapter 04 Integration Services.

  2. When the new project opens, you will see Solution Explorer, Package Designer, and SSIS Toolbox:

What just happened?

As you've just seen, the SSDT has a special design for the development of SSIS packages. The preceding screenshot shows each part of SSDT, and the description of each part is given as follows:

  • Package Designer: In the preceding screenshot, the package designer shows the Control Flow button.

  • Solution Explorer: The SSIS projects contain three folders. SSIS Packages is used as a location for SSIS package...