What is the maximum size of a DataTable I can load into memory in .Net?
Is there an artificial limitation, or it is only limited by the box I am running the code on
According to this link, it is based on your machine...but I like the link because if you are wondering about the limits, you might be doing something wrong.