Why is my SSRS report showing old data?

后端 未结 9 1400
野的像风
野的像风 2020-12-10 01:00

I have a live report that\'s somehow showing cached data despite the fact that I\'ve disabled all caching (that I\'m aware of). When I run the query in the BIDS query editor

9条回答
  •  庸人自扰
    2020-12-10 01:50

    I've found with SSRS, that deleting the Report's DataSource from a report, then re-creating it works to get rid of all cached data within the BIDS environment. However, I've never seen behaviour like this from a deployed report.

    You could try deleting the Shared DataSource from the SSRS Server, then re-deploying it. Maybe it will cause a similar refresh. However, I wouldn't necessarily jump to an extreme like this if the deployed report is in a production environment.

提交回复
热议问题