Hello - I am having problems running ANY SSIS packages lately. After reseraching and looking around a bit, I found that I have 0 memory available because SQL Server has cached all available memory.
I need to figure out how to "unlock" the memory AND change the maximum threshold so this does not keep happening.
When I run this query in Management Studio on the master db:
SELECT
value,minimum,maximum,value_in_usefromsys.configurations
wherename='max server memory (MB)'
I get these results : value = 2147483647, minmum = 128, maximum = 2147483647, value_in_use: 2147483647
Jenna G