|
-
May 23rd, 2011, 11:21 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Large SQL Database, how best to read it.
Hi,
Been a long time since I fired up Visual Studio or posted here but I've got the bug again.
I'm currently writing a reporting application and some of the queries I need to run will return about 600K rows, the application works but it's pretty slow when grabbing the data from the server, obviously I recognize there will be some delay but I'd like to implement the best methods for this type of application.
I'm currently using a Sqladapter to fill a dataset which I then use to fill a DataView which I then use to populate a chart (possible not the best way to be doing this ! )
What would be the 'Best Practice' for doing this kind of large data application.
Thanks in advance
Marc
If my post helps , please feel free to rate it 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|