Browse by Tags

TSQL to get a quick information on detailed distribution of memory allocated
Published 10 January 8 3:4 PM | SSQA.net
By design the components that are aware of the SQL Server memory management mechanisms use the buffer pool for small memory allocations. If the allocation is bigger than 8 KB, these components use memory outside of the buffer pool through the multi-page...