I have a total amount of RAM used by SQL server (13GB). Is there any way to get the amount of RAM used by each application within SQL server?
Applications are running within the dedicated memory reserved by windows O.S. sql server use memory dynamically based on needs by the sql instance. you can not control the amount of memory used by each application.