i have created a package which loads data after transforming it. the source database and destination databases are on different servers. currently, the source table has 11,855,790 records. when i run package, after particualr number of records, the package does not respond. i do not get any error. the DFT (data flow task) remains yellow (in execute mode) and nothing happens even if i keep it for hours.
i tried to load data from diferent database which was on same server and has less records. the package runs successfully. after that i tried to load data again from database on different server but taking only 1,000,000 records. it worked fine. after that i tried again taking 5,000,000 records. it did not work. package stopped responding after processing particular records.
as there is not error/warning message i am not able to figure out the problem. Please suggest if there is any way to fix it.