I have a table with 15,000 records in it that I am then joiing to several other tables, inserting the results in a temp table. I am then using asp and the sp to page throught the records. The sp only passes the correct records to the page, nut the problem is that it is a very complicated query that takes 30 secs +, and that means everytime you press next you have to wait 30 secs again, whereas if you could store the results of the first search which could be looked at everytime the person clicked next it would greatly reduce the time taken! Now I expect this is just not possible as it would have to be some sort of temp table that wasn't removed when the sp stopped!
any ideas??
Cheers
Tim
any ideas??
Cheers
Tim