Question
How to query data for a field of type varchar(max) from Database
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!
