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

Deploying and executing


SSIS packages should be deployed in the production environment. SSIS 2012 introduced a new database as a repository for deployed SSIS projects and packages; this database is called SSIS catalog. SSIS catalog can be accessed through SSMS, which is handy for database administrators. SSIS catalog stores projects, packages, relationships of variables, execution log, and many other types of deployment and execution-related information that is useful in production environments.

Usually, there is no SSDT or development tool in the production environment. So, SSIS packages should be executed using the DTEXEC utility, either through SSIS catalog or from a SQL Server Agent Job. Calling SSIS projects from SQL Server Agent Job is one of the most popular methods in real-world scenarios because an ETL process usually needs to run on a scheduled basis.