Hi All
Prior to SQL 2012, when using the sys.dm_os_memory_clerks, the MEMORYCLERK_SQLBUFFERPOOL clerk always showed zero, this was because single_pages_kb refers to the amount of single pages the clerk is pulling from the buffer pool, so the buffer pool won't be reading single pages from itself, hence the 0kb.
Has this changed in SQL 2012? I am seeing huge amounts for this clerk now which I am assuming is the database data/index pages.
Thanks