September 19, 2013 at 3:16 pm
Is it possible to upgrade just one SSIS package? Basically I've got a 2005 SSIS package and I'd like to upgrade it to 2012 Data Tools but the only method I see described is the Upgrade Wizard that does everything at once.
How can I just upgrade one SSIS package at a time?
September 20, 2013 at 3:51 am
Simply create a new SSIS 2012 project and right click on packages and add your existing packages one at a time.
That should do the job.
[font="Verdana"]Markus Bohse[/font]
September 20, 2013 at 12:06 pm
MarkusB (9/20/2013)
Simply create a new SSIS 2012 project and right click on packages and add your existing packages one at a time.That should do the job.
Okay,
Here is what I did in Visual Studio 2010 Shell:
1. I copied a 2005 package to one of our dev servers.
2. I added it into Data Tools and now I can see the package in the Solution Explorer under Integration Service Project 1/SSIS Packages.
3. I then clicked on the project and went to the menu and did Project/Upgrade All Packages
4. It brings up the Package Upgrade Wizard and I click Next.
5. It then takes me to a Select Packages page but there are no packages.
Why is my package not being picked up the Package Upgrade Wizard?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply