I'm working on a report that has a local query that just does a select from a table. The table is refreshed by stored procs that run at the beginning of the day and dump the latest changes into this table.Recently, a user requested a change in a calculation performed in the stored procedure, and therein lies my issue...it seems that no matter what i do to change the stored procedure, the report keeps returning the same result, as if nothing has changed. When i breadboard the sproc in SSMS i can see the effect of the changes.I remember hearing that SSRS caches results to speed execution and im wondering if this is the cause of seeing unchanged data on subsequent report executions.Should i forget about the local query and invoke the stored procedure from the report?Is there a way to disable the cache and force SSRS to go back to the server on every invocation?i'll be bald soonthanks a lotdrew
↧