|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, March 06, 2013 4:21 AM
Points: 1,
Visits: 1
|
|
Hi All,
Our client have production and development server.
In the development server, they have installed sql server 2012. In the production server, they have installed sql server 2008 r2.
We have to develop packages in development server and move them to production server. Usually we do this by creating the setup file and moving it.
Now it does not work as both are using different versions.
Can anyone suggest any approach to get the packages opened in production server.
Thanks.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Yesterday @ 5:26 PM
Points: 6,696,
Visits: 11,715
|
|
SSIS Packages are not backward compatible. You could rewrite the packages in 2008 format or you could install SQL 2012 in the production environment. SSIS 2012 Packages will happily communicate with a 2008 database so you also have the option of running SQL 2012 to support your SSIS side-by-side with your existing 2008 database in production but that will require you maintain two intallations.
__________________________________________________________________________________________________ There are no special teachers of virtue, because virtue is taught by the whole community. --Plato
Believe you can and you're halfway there. --Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler --Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them. --Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples. --Giordy
|
|
|
|