Click here to Skip to main content
15,881,967 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am new to SSIS.

I have a dtsx pckage in production and now we got new requirements to change two column mappings only. I will change the two columns mapping in dev environment and tested ,every thing fine

Now my question is ,how to redeploy it into production ?

Should I change the config file again ? (I have not changed any configuration)
or should I replace the old package with new modified package is enough?

Can any one please explain little more in depth of deployment of SSIS packages (new and existing packages ).It would be good help for beginners
Posted
Updated 18-Nov-14 7:08am
v2
Comments
PIEBALDconsult 18-Nov-14 13:42pm    
Aside: If at all possible upgrade your version of SQL Server -- SQL Server 2012 has a lot of improvements to SSIS.

I have forgotten how deployments are done 2008, but I recall that it was painful.
Shweta N Mishra 19-Nov-14 4:08am    
you should be able to do that by replacing it. you can try the same thing in your development too. If that works then you are done. DO the same thing in production.
pratap420 19-Nov-14 5:26am    
In development environment we are not using XML config file .We are passing paths,values through variables by manually.Even my job has to execute by manually only

1 solution

You should be able of doing this just by replacing your DTX file. The config file is here only to replace data into your SSIS package at the beginning. Doesn't look like you added new variables so just replacing the actual file should be good. Take a backup of the DTSX file before ;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900