I'm managing about 90 SQL Server instances and need a query to determine how much memory has been allocated to each instance. Please note, I'm not asking how to set it, just to see what it's currently set to without using the Management Studio.
Thanks for your help.
Try this on the
master
database:Gives you
max server memory (MB)
andmin server memory (MB)