We are dealing with large data in SQL Server database,
Now package execution taking hours to execute.
Is there any way/techniques to optimize execution time of the package?
I know about SSIS Parallelism.
Is there any other best ways?
Edit:
we are dealing with more than 2 crores of records.
SQL server database is the data-source as well as destination (in the same server), And I used transformations like, Derived column, conditional split, multicast, data conversion, lookup, OLEDB command, OLEDB destination, OLEDB source, Merge, merge join, sorter, aggregate transformations.