I have an simple ssis package where it has extracts data from OLE DB source and dump into file..in source i am using store proc to execute results....when i run this store proc in my environment it takes 2 minutes but ssis package is taking 45 mins...i implemented all techniques i found in google such as increasing DefaultBufferMaxRows from 10000 to 30000
making "runInoptimizedMode" to true and Enginethreads to 10..but still performance hasnt been improved...any other suggestions to improve SSIS package?