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?
|
|
|
While I'm not sure of the memory footprint, there is a maximum number of rows. From MSDN:
|
|||
|
|
|
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. |
|||
|
|