I am constantly making stored procedures and then using these stored procedures within SSRS reports. It is fairly common for my SSRS report to be unable to find my stored procedures. So, I sit there and delete the datasource, refresh it, over and over until it is able to find my new stored procedure.
**Update: The error is this: Could not find stored procedure 'NAME OF SP'(Microsoft SQL Server, Error: 2812)
This is annoying, I feel as if there is some table that SSRS uses or needs updated so that I can instantly see newly created stored procedures.
I currently made a change to a live stored procedure and my live SSRS report is not taking these changes yet and it is several hours later.
I know that there has to be some process or table that is not updated on our system instantly.
Just wondering if anyone knows of a system job or table to reference to make this update either more frequently or something I can run manually when I need it.
Any thoughts/advice is greatly appreciated....Thanks.