Hi @Bobby P ,
Please try with below methods to see if it could improve the performance:
1.Ensure connection managers for OLE DB sources are all set toDelayValidation ( = True).
2.Ensure that ValidateExternalMetadata is set to false
3.DefaultBufferMaxRows and DefaultBufferSize to correspond to the table's row sizes
4.DROP and Recreate your destination component in SSIS
You may also refer to ssis-package-takes-a-long-time-to-run to see if it could give you some ideas.
Regards,
Zoe
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.