I created and executed a dtsx with SSMS corresponding wizard:
This was to import a flat file in an existing table.
At the end I saved the "package" as a .dtsx file
Now I need to modify the column mappings and re-execute this package.
Is there any way I can do it, using SQL Server Management Studio?
I tried opening the file, but it opens this dialog:
Where I cannot edit the mappings any more.
Update:
I understand that "editing" a dtsx is not a simple thing, yet is there a reason why the wizard could not be run again with the values already pre-set? Like opening the wizard in the last step and navigate "back" on the previous steps. This is existing functionality after all...
Is there any trick I could do this? From command line maybe? This would suit my need fine.