SQL Server Development Bookmark and Share   
 index > SQL Server Integration Services > Converting SSIS 2008 to SSIS 2005
 

Converting SSIS 2008 to SSIS 2005

HI All,

I have developed SSIS Packages in SQL 2008 BIDS. Now when im trying to open the project in SQL 2005 BIDS , it is throwing up errors due to version issue.

Does anybody know how to run the SQL 2008 BIDS project on a system having only SQL 2005?(Like is there any compatibility pack or something etc)

Any help in this regards will be appreciated


Thanks in Advance


Rakesh
Rakesh 5645  Thursday, March 26, 2009 12:37 PM
It is not possible. BIDS 2008 projects are not downgradeable to 2005.

If you're an expert in XML, and havea lot of time on your hands, you may be able to directly view 2005 and 2008 package XML, determine the differences that make a 2008 package different from a 2005 package, then edit the 2008 package's XML directly to downgrade it. I wish you luck.
Todd McDermid's Blog
Todd McDermid  Thursday, March 26, 2009 4:43 PM
It is not possible. BIDS 2008 projects are not downgradeable to 2005.

If you're an expert in XML, and havea lot of time on your hands, you may be able to directly view 2005 and 2008 package XML, determine the differences that make a 2008 package different from a 2005 package, then edit the 2008 package's XML directly to downgrade it. I wish you luck.
Todd McDermid's Blog
Todd McDermid  Thursday, March 26, 2009 4:43 PM

You can use google to search for other answers

Custom Search

More Threads

• Re: Error: The AcquireConnection method call to the connection manager "Excel Connection Manager" failed with error code 0xC0202009.
• Problem in opening the project.."Make Sure the application for the project type (.dtproj) is installed."
• SCD
• Flat File Source error
• SSIS Package vs SQL Server Agent Jobs
• Can SSIS be used to access an email attached delimited file?
• Remove First Line within a Flat File
• fixed column to text file
• SQL 2K5 SSIS DTS.Pipeline errors
• the Execute SQL task returns "Single Row result set is specified, but no rows were returned."