Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Bikonja23867y@olezhka tried that (although didn't try setting the checkpoint tbh, but tried various commands, including dropcleanbuffers... Nope, none of them clear the cache properly...
And yeah, mssql is in the tag so you assumed correctly :) -
olezhka25767y@Bikonja ah ok, must have read the tag and forgot about that while typed the response :D #imagoldfish #findingdory
-
Bikonja23867yNot the cause, but I noticed that there was a massive select (doesn't even fully fit on one screen) in an else block, only it didn't have a begin and end around it so that was causing some issues, but even after encapsulating in begin and end the cacheing issue still remains...
Related Rants
Why SQL, why???
I have a proc I need to modify so I add a select into it. Drop the proc and recreate it, run it, new select not giving results.
Modify the select to inverse filter to see what I do have, recreate the proc, run it, still no results...
Run four different cache cleaning queries, still no results from the new select...
Add a "select 1" before the new select, recreate and run the proc and now I have the new 1 and also the other select now has results...
Change the filters back, still getting same results...
Remove the select 1, no results...
What kind of devil cache is this?
rant
mssql
cache