I have DTS Package,which I need to migrate to SSIS.
In my DTS I have 3 ActiveX scripts: one creates file with different name every day(Date Extension like FileName_YYYYMMDD). Then data transformation transform data from stored proc to this file. Second one creates another file (title) with different name every day(Date Extension like FileNameTitle_YYYYMMDD). Then data transformation transform data from another stored proc to this file.
3rd ActiveX script creates final file, merge these files in final and deletes the unused files. Then final file FTP to Mainframe.
What would be a best approach to do this task in SSIS and what script can I use (if somebody has an example).
Thanks for the help
In my DTS I have 3 ActiveX scripts: one creates file with different name every day(Date Extension like FileName_YYYYMMDD). Then data transformation transform data from stored proc to this file. Second one creates another file (title) with different name every day(Date Extension like FileNameTitle_YYYYMMDD). Then data transformation transform data from another stored proc to this file.
3rd ActiveX script creates final file, merge these files in final and deletes the unused files. Then final file FTP to Mainframe.
What would be a best approach to do this task in SSIS and what script can I use (if somebody has an example).
Thanks for the help