<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Buffer Pool on SQL Server Scripts</title><link>https://www.sqlserver70.com/tags/buffer-pool/</link><description>Recent content in Buffer Pool on SQL Server Scripts</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>SQLServer70.com</copyright><lastBuildDate>Sun, 12 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.sqlserver70.com/tags/buffer-pool/index.xml" rel="self" type="application/rss+xml"/><item><title>Break Down Buffer Pool Memory by Database</title><link>https://www.sqlserver70.com/post/buffer-pool-memory-by-database-dm-os-buffer-descriptors/</link><pubDate>Sun, 12 Jul 2026 00:00:00 +0000</pubDate><guid>https://www.sqlserver70.com/post/buffer-pool-memory-by-database-dm-os-buffer-descriptors/</guid><description>
&lt;p&gt;&lt;code&gt;sys.dm_os_buffer_descriptors&lt;/code&gt; is the DMV that maps SQL Server's data cache down to the individual page level — one row per 8 KB page currently held in the buffer pool, tagged with the &lt;code&gt;database_id&lt;/code&gt; and &lt;code&gt;file_id&lt;/code&gt; it belongs to. Rolling those rows up with a simple &lt;code&gt;GROUP BY database_id&lt;/code&gt; turns millions of individual page entries into a short, sortable list showing exactly how much of the instance's memory each database is holding onto right now.&lt;/p&gt;</description></item></channel></rss>