Hi All
I have a requirement where I have to query the data from database for a particular column of type varchar(max) which has data more than 1 MB .
While fetching the data from query entity, I am getting memory threshold error.
Please recommend me some way of how can we fetch more than 1 mb data.
Many thanks in Advance!
Discussion posts and replies are publicly visible
Try to make several querys, each one of them consulting one portion of that data, but as Stefan says, it's not a good approach to have the data stored in that way,