SSIS Deployment
You may have designed the package in your
Development System and tested the Package from BIDS. Now it’s time to move it
to the SQL Server. Deploying SSIS Packages would be helpful when you have
multiple packages in a single solution, so that you can deploy all of them at
once.
Deploy SSIS package in two ways
1.
File system deployment
2.
SQL server deployment
The following steps
create the utility:
- Make sure that the project has been converted to the
package deployment model.
- Right-click on the package and select properties.
- Select the Deployment tab.
- Set AllowConfigurationChanges to True.
- Set CreateDeploymentUtility to True.
- Click OK to close.
- Right-click the project and select Build.
After package complete, go to package
properties and set Deployment Utility is TRUE.
Step 2:
Again go to package properties and right
click. In right click options BUILD option will appear.
Step 3:
After complete building the manifest files
save in default path.
C:\Users\Dell\Documents\Visual Studio 2008\Projects\SSIS\SSIS\bin\Deployment
Step 4:
Double click on manifest file, Package Installation wizard begins and Deploy
SSIS Packages.
Step 5:
Click next and select SQL server deployment
Step 6:
Click next and give server name and select
windows authentication.
Step 7:
Click next and browse installation folder.
Step 8:
Click next and start installation.
Step 9:
Click next and Installation is done and the tasks in the packages are
validated.
Step 10:
Go to bellow path and double click on package
C:\Users\Dell\Documents\Visual Studio 2008\Projects\SSIS\SSIS\bin\Package
Step 11:
After running deployment package it shows bellow
window.
Step 12:
Click execute
Comments
Post a Comment
Hi User,
Thanks for visiting My Blog and please provide your valuable feedback and subscribe for more updates. Please don't post any spam content or comments.
Thank You