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

Integration Service projects and packages


The very first step in working with SSIS is working with projects and packages. An SSIS project contains one or more packages, connection managers, and parameters. Each package also contains a flow of execution of some tasks. Packages can relate with each other and call each other. Packages accept parameters as an input, and they can also utilize the local variables for using them inside the package.