1
I have a problem in some queries performed by the system, I analyzed the code and there is no error, more the bank is returning me to the message
"There is insufficient system memory in Resource pool 'Internal' to run this query."
Does anyone know how I get a solution to this problem?
I have the bank version:
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('Edition'')
Answer: 11.0.5058.0 SP2 Standard Edition (64-bit)
See the image:
I even dismissed my answer because it’s the same procedure only through
sp_configure
.– Augusto Vasques