Hi,
i have two questions.
1. what is the best method to retrive large table from sql server
2. what is the best method to handling large dataset e.g searching and sorting in c# not in databse level
Thanks
Wilson
Hi,
i have two questions.
1. what is the best method to retrive large table from sql server
2. what is the best method to handling large dataset e.g searching and sorting in c# not in databse level
Thanks
Wilson
Handling large dataset
Eric Heinze
This is a loaded question that neeeds some context. Can you answer a few questions.
tank959
1. I am working for web project.
2. I hold the data during the life of web application.
3. it is around 100k records.
humble.apprentice