I have an windows form application written in C#, that users query different types of information from several tables. One of the tables is pretty large. A query takes around 60 seconds for any rows to display in the data grid I have set up. I have tried various methods of collecting the data, and I am looking for a way to speed up the process.
I am looking for information about executing the query on the server, and sending the result to the calling work station. I found a number of articles, responses to questions, but none that seem to speak to my issue specifically. Any nudge in the right direction will be appreciated.