I have a very large and complex SSIS package which ends with data going into 2 DBs (Destination Databases). Now I have a new requirement that I have to take data from that Destination DB and use it as an OLE DB Source and transfer data to another Table in the Same DB. It appears I can't because there is no green arrow , only a red one. Therefore I created a new OLE DB Source which is that same DB and send data from that to a new OLE DB Destination. My question is that I need to hold off this last transfer of data until all the other prior components have run. How can I do this? (I hope I explained this clearly enough).
Thanks!
Mike
Mike Kiser