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 – deploying an SSIS project


In this example, we will first create the SSIS Catalog. Then, we will deploy the SSIS project that we created in the previous examples. For this example, you need to have SSIS 2012 or higher versions installed, because SSIS Catalog is not available for earlier versions of SSIS. Perform the following steps to deploy an SSIS project:

  1. Open SQL Server Management Studio (SSMS) and connect to the database engine.

  2. In the object explorer, expand the server name and then right-click on the Integration Services Catalogs and then click on Create Catalog. In the Create Catalog dialog box, just set a password and click on OK.

  3. SSISDB catalog will be added under the Integration Services Catalogs node in SSMS. The SSISDB name cannot be changed for this version as well as the earlier versions of SSIS.

  4. Go to SSDT and right-click on the Project file in Solution Explorer and select Deploy.

  5. Now, the Integration Services Deployment Wizard will appear. In the Select Source...