Do not run a Stored Procedure for each dataset in a report... How?
Posted: Tue Feb 09, 2010 10:36 am
I have a Stored Procedure that returns data in different ways, depending on one parameter, for example, with some groups or just a listing. For each block of this data, I have a Dataset that runs this Stored Procedure and thus run the same report several times a Stored Procedure, generating a lot of processing in the database.
You can run the Stored Procedure only once to bring the data from the database and group them in different ways in the report itself, preventing them from being made several requests to the database?
My message is faulty? Blame the Google translator... :biggrin:
Regards,
Jair
You can run the Stored Procedure only once to bring the data from the database and group them in different ways in the report itself, preventing them from being made several requests to the database?
My message is faulty? Blame the Google translator... :biggrin:
Regards,
Jair