Hello,
I'm not a programmer, but have a general question.
I am currently using a web-based application which queries a SQL server and then displays thousands of records based on my search. This can be an extremely painful process. I realize I can ask the web app to display only 100 items at a time, but the query still needs to complete. Is there anyway to improve this process with SQL? I know it can be done with Oracle.
Thanks.
I'm not a programmer, but have a general question.
I am currently using a web-based application which queries a SQL server and then displays thousands of records based on my search. This can be an extremely painful process. I realize I can ask the web app to display only 100 items at a time, but the query still needs to complete. Is there anyway to improve this process with SQL? I know it can be done with Oracle.
Thanks.