I am inserting millions of rows into a table with a package called ETL1. Takes about 30-50 minutes usually. There are other ETL jobs that also READ this table or insert rows into it. ETL1 uses RetainSameConnection = TRUE to connect to table. I have NO transactions in my package.
Will this cause any problems ? Should I set it to false ?