Hi All ,
I am looking for the best way to optimize my ssis package . Any help is appreciated .
My package basically is an simple import/export from Paradox Database (DB Files ) to SQL Server.
I have installed Borland development engine and created microsoft ole db data source driver for the paradox db as per the below links.
http://blogchenceto.blogspot.com/2010/12/importing-paradox-db-files-into-sql.htmlhttp://download.chip.eu/en/Borland-Database-Engine-5.1_73694.html
There are few(5) tables in paradox database ,which has primary and secondary index files and these are taking minimum 3-4 hours to load .
In my package ,I am using OleDb source and oledb destination for loading. No transformations are involved . I am just retrieving the count and loading into another table .
Please suggest to optimize my package.
Thanks in advance .
JR