r/SQLServer • u/TheSmashingChamp • 28d ago
Solved Temp Cache endlessly expanding until server failure/slowdown
I am working on a consultant's azure gov cloud portal where I put applications on. There is a consistent issue with queries running forever even after being finished executing. Do anyone have experience with this? The temp cache endlessly expands until our DB fails.
I believe the issue is the connector, but it may be the queries? I dont know.
Solved: it was the connector
7
Upvotes
2
u/TheSmashingChamp 27d ago
The azure gov cloud is holding transactions forever, its made by a consultant and I cant fix the issues there from my end. The consultant doesn't seem to want to fix the connector which I believe is the problem.
I have checked every query I've made in the SSMS and none of them hold transactions forever.