I have a SSIS package with a Data Flow Task containing an OLEDB source and OLEDB Destination. Again I have a Batch file(.bat file) to execute the SSIS package, using dtexec command. In the batch file I am setting the ConnectionString property of the oledb destination's connection manager. I need the SSIS package to get executed parallely with different values for the Destination ConnectionString since I have to populate multiple Destination tables simulatneously.
How can I change the batch file commands so that I can execute the same SSIS package parallely at the same time, setting different values for the Destination connection Manager's Connection string