My Source connection is ODBC -DB2 .
Have a table with 100M records. Checking for ways to increase the speed.
Found this blog http://henkvandervalk.com/reading-as-fast-as-possible-from-a-table-with-ssis-part-ii
the hint to add OPTION(MAXDOP 1) is not working for my DB2 SQL.
do anyone know equivalent DB2 query with hint?