DuaneHaworth
Programmer
- Oct 22, 2007
- 3
Hi All,
I am a newbie regarding DTS and SSIS. I inherited an application and I would like to make it more solid. So far I have managed to convert a DTS package to SSIS, update connection managers, and execute from an external C# application with dynamic datasource names.
The source file is a flat file with two fields. The destination is a SQL Server table with three fields. The third field contains an ID which gets filled in later(legacy code - this is what I want to change).
However, I know the ID going in and I would love to be able to send the ID from my C# application to the SSIS package and have it insert the ID into the ID Field on the database.
Is this possible?
Thanks, in advance.
Duane
I am a newbie regarding DTS and SSIS. I inherited an application and I would like to make it more solid. So far I have managed to convert a DTS package to SSIS, update connection managers, and execute from an external C# application with dynamic datasource names.
The source file is a flat file with two fields. The destination is a SQL Server table with three fields. The third field contains an ID which gets filled in later(legacy code - this is what I want to change).
However, I know the ID going in and I would love to be able to send the ID from my C# application to the SSIS package and have it insert the ID into the ID Field on the database.
Is this possible?
Thanks, in advance.
Duane