Link to home
Create AccountLog in
Avatar of Chandra Mohan Kanithi
Chandra Mohan KanithiFlag for India

asked on

how to create copy job for ssis packages from production to test server in SQL Server 2008

Hi ,

Please provide feasible solution for following request.
How to create copy job for ssis packages from production to test server in SQL Server 2008?

Thanks & Regards,
Chandra
Avatar of SThaya
SThaya
Flag of India image

Do you want to transfer packages from one server to another or only SQL jobs.?
Avatar of Chandra Mohan Kanithi

ASKER

Thank you.
hi,

Here Production server SQL Version is MS SQL Server 2008R2 and Test server version is MS SQL Server 2005.

Is it possible copy/transfer SSIS Jobs and Packages from SQL Server 2008 to SQL Server 2005?

Please help me.

Thanks & Regards,
Chandra
Hi,


   if the packages are created with R2 , then it wont support / downgrade to 2005 . for getting 2005 version you have to re-work the package and you need to upgrade your sqlserver from 2005 to 2008 R2

check the below link


social.msdn.microsoft.com/Forums/en-US/sqlintegrationservices/thread/50dd9bc4-d95c-4435-8438-554075575a83/

 For some third party downgrade application please refer the below link


http://www.sqlservercentral.com/Forums/Topic1046316-148-1.aspx

So
Avatar of Alpesh Patel
You can use Job Transfer task in SSIS

User generated image
ASKER CERTIFIED SOLUTION
Avatar of Chandra Mohan Kanithi
Chandra Mohan Kanithi
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
The SSIS packages copied from Production (MS SQL Server 2008 R2) to DR Server (MS SQL Server 2008 R2) by using Import utility.