From my C# code, I am executing the SSIS package. I have to pass a source file (.csv) and destination connection (SQL database) from C# to SSIS as input parameters.
In SSIS, I have a simple Data Flow Task which has a Flat File Source connected to OLEDB Destination File.
How should I pass a dynamic connection string to my SSIS Package?