Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSRS dataset not refreshed after changing MySQL stored procedure

SSRS dataset not refreshed after changing MySQL stored procedure.

I created an SSRS report in which the dataset gets data from MySQL stored procedure. In this scenario the output is generated correctly and so is the report.

Later I modify some content in the stored procedure. I run the stored proc in query designer. In query designer it gives the correct output.

But when going to report if I see the report in preview tab it gives old values. Changed are not coming in presenting report.

Please tell me what's wrong.

like image 735
siva Avatar asked Jun 26 '12 08:06

siva


People also ask

How do I refresh a stored procedure in SSRS?

While creating any SSRS report using stored procedure, you will first create dataset for it. Select stored procedure in dropdown and click refresh fields.

Can we use stored procedure in SSRS report?

In this article, we will show you how to create an SSRS Report using Stored Procedure with an example. It's one of the frequently asked questions by SSRS followers. To demonstrate the same, we are going to create a Stored procedure on the Adventure Works DW database.


2 Answers

Try deleting the MySolution\MyProject\MyRDL.data file -- BIDS caches fairly aggressively.

like image 120
SarekOfVulcan Avatar answered Oct 04 '22 00:10

SarekOfVulcan


This is a bug in Visual Studio i think it happens to me as well. Usually closing the report in Visual studio and reopening helps.

like image 36
bhupendra patel Avatar answered Oct 04 '22 00:10

bhupendra patel