In this project I'm redesigning I'm having a performance issue. The user enters a case number, then I have (right now) 8 queries (eventually it will be probably closer to 15 queries) which all need the case number as a parameter. All the queries have at least one join (most have 2 some have 3) and it's currently taking 20 - 25 seconds to process what I have (I dread to see how long it will take after I'm done!).
Is there any way that I can run all the queries at once rather than one at a time? Would that help my performance issues?
Thanks for any insight!
Leslie
Is there any way that I can run all the queries at once rather than one at a time? Would that help my performance issues?
Thanks for any insight!
Leslie