I am creating an SSRS with multiple pages for related data.
A couple of queries from the initial dataset are putting some data in a couple of temp tables that I use in subsequent datasets.
The report was running correctly until a while ago when I changed one of the subsequent queries to use a report parameter for a date instead of creating it in the query.
Now I am suddenly getting errors about the Temp Tables not existing.
Query execution failed for dataset 'MEMBER_DATA'.
Invalid object name '#VENDORS'.
I tried Undoing the changes but it's still giving me the error (WTF?!?!). I get the error in Report Manager and Visual Studio.
The Use Single Transaction box is still checked for the only data source. I checked with the DBAs and they haven't done anything with our TEST server today.
How could I make the temp tables with multiple datasets work again?