Deployment Storage Options for SSIS Package

There are 3 different storage types for SSIS packages when you want to deploy a SSIS package from BIDS with Save a copy of package as …. 

These Different types are:

SQL Server

File System

SSIS Package Store

each of these types described as below;

SSIS Package Locations when you want to deploy package from BIDS:

File System:

I’m sure you know exactly what the File System option is, but to
complete this section: you can save the package on a physical location
on hard drive or any shared folder with this option, and you should
provide a full qualified path to stored package in
the FileSystem option.

SQL Server:

with this option, SSIS packages will be stored in the msdb database,
in the sysssispackages table. you can separate them in any folder you
want. these folders are virtual folders, which listed in the
sysssispackagefolders table. so with this option ssis
package will not store as physical file. it will store in the msdb
database.

SSIS Package Store:

this option is not actually a real option for deployment. why?
because this is a redirection step only. what I mean is that if you
choose this option in the BIDS when you try to save a copy of package
… , you will see a tree with a parent "SSIS packages"
and two child : "MSDB" and "File System". if you choose the "MSDB" the
package will save under msdb database same as the sql server option (
previous option which described ).if you choose the "File System", the
ssis package will store as a physical file with
.dtsx extension but in a folder in this address: <Program files
folder>\Microsoft SQL Server\100\DTS\Packages . this is like file
system option but you can not store package at any location , you can
store it under a predefined physical location and
of course you can create subfolders there, but you can not cross the
parent to save package any other place than predefined.

Reza Rad on FacebookReza Rad on LinkedinReza Rad on TwitterReza Rad on Youtube
Reza Rad
Trainer, Consultant, Mentor
Reza Rad is a Microsoft Regional Director, an Author, Trainer, Speaker and Consultant. He has a BSc in Computer engineering; he has more than 20 years’ experience in data analysis, BI, databases, programming, and development mostly on Microsoft technologies. He is a Microsoft Data Platform MVP for 12 continuous years (from 2011 till now) for his dedication in Microsoft BI. Reza is an active blogger and co-founder of RADACAD. Reza is also co-founder and co-organizer of Difinity conference in New Zealand, Power BI Summit, and Data Insight Summit.
Reza is author of more than 14 books on Microsoft Business Intelligence, most of these books are published under Power BI category. Among these are books such as Power BI DAX Simplified, Pro Power BI Architecture, Power BI from Rookie to Rock Star, Power Query books series, Row-Level Security in Power BI and etc.
He is an International Speaker in Microsoft Ignite, Microsoft Business Applications Summit, Data Insight Summit, PASS Summit, SQL Saturday and SQL user groups. And He is a Microsoft Certified Trainer.
Reza’s passion is to help you find the best data solution, he is Data enthusiast.
His articles on different aspects of technologies, especially on MS BI, can be found on his blog: https://radacad.com/blog.

Leave a Reply