How Do You Deploy SSIS Packages?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this answer should be reported.
Ch Kashif
Building SSIS Projects provides a Deployment Manifest File. We need to run the
manifest file and decide whether to deploy this onto File System or onto SQL
Server [ msdb]. SQL Server Deployment is very faster and more secure then File
System Deployment. Alternatively, we can also import the package from SSMS
from File System or SQ Server.