I have an SSIS package that handles daily db backup and deletes backups with the extension .bak if they are more than two days old. We have a new server so have brought the SSIS package across, but we forgot to specify the file extension .bak for deletion so the backups aren't being deleted.
I need to change the package to specify the file extension so the backups get deleted, but am not sure how to do this. If I open SSMS, there is nothing listed under integration services catalogs, but I can see the SQL Server Agent job that runs the package. When I log into integration services in SSMS, I can see the package in stored packages > msdb. Am I able to right click on the package in stored packages > msdb when connected to integration services in SSMS, click export and save a .dtsx file. I can open this and make the change in VS shell 2010. Do I resave the package with the same name and then import it in integration services in SSMS and let it overwrite the existing one? Are there other issues with deployment here?
Cheers,


