out of memory error

  • I was just running a select statement from a table with 2 million rows and i got this error

    '" exception type 'system.outofMemoryException' was thrown in ssrs ".

    Help me with this. Thanks.

  • I don't think it is so much the number of rows in the source as much as it is the number of rows you are returning. If you are trying to return 2 million rows to a report, there you have a problem. Aside from the fact that it will be WAY TOO LONG for anyone to read, I believe the rendering engine will run out of memory long before that point.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply