I have a SQL Server instance where the service is consuming 173 GB, the max server memory is set at 60 GB. How do I determine where that memory is or if I have a memory leak?
Asked
Active
Viewed 29 times
1
select * from sys.dm_os_process_memory– Shanky Feb 15 '16 at 04:40