I have created Ole DB connection to execute different SQL task across SSIS package. Its working fine too....In one of task where i need to do insert data into table, used SQLBulkCopy as i have dynamic tables and columns based on getting files from differe...