To Check How much Memory SQL Server is Consumin

architecture
#architecture#health-check#memory
--it will give you an approx. value of how much sql server is using memory in mb.
--this is also size of buffer pool at this moment.
select sum(pages_kb)/1024 memoryusedinmb from sys.dm_os_memory_clerks