December 13, 2011 at 3:19 am
hi
i am having ssis project called ie,student in my project i am having 10 package..now i deploy my project..so in that deployment folder i am having all the 10 packages with mainfest file..so when i use that file i can deploy all my 10 packages to integration server..but i dont want to deploy all this 10 packages,just i need to deploy only 5 packages how to do that in ssis deployment
December 13, 2011 at 3:56 am
What if you delete those 5 packages you don't need and then run the Manifest file?
Or you can script out the deployment using DTUTIL, or even easier, use BIDSHelper to deploy your packages.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
December 13, 2011 at 4:26 am
Try this.
EXCLUDE those packages and rebuild the project.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply