We have a table in our database that contains about 2,500,000 rows (about 3 GB). Is it technically possible to view the data in this table in a silverlight application that requests this data using WCF? Potentially, I see problems with the maximum buffer size and timeout errors. We may need all the data that will be used for visualization.
Please guide me if there is a practical solution to this problem.
Johnc source
share