I am buinling a DataFlow and need to use a DataSet that has 4.5 million records. The problem is that I cannot input all of the 4.5m records into my DataFlow. I see a dropdown next to the word "Loaded" with the selection of 10k, 100k and 500k. This seems to suggest that I can only input from a DataSet at most only 500000 records. How can I get around this? Am I missing something here?
-Mark