<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>SQL Server Planet &#187; buffer pool</title> <atom:link href="http://sqlserverplanet.com/tag/buffer-pool/feed/" rel="self" type="application/rss+xml" /><link>http://sqlserverplanet.com</link> <description>Tips and Articles on SQL Server</description> <lastBuildDate>Wed, 07 Jul 2010 05:16:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>Find Number of Pages Each Database has in BufferPool</title><link>http://sqlserverplanet.com/dmv-queries/find-number-of-pages-each-database-has-in-bufferpool/</link> <comments>http://sqlserverplanet.com/dmv-queries/find-number-of-pages-each-database-has-in-bufferpool/#comments</comments> <pubDate>Sat, 20 Jun 2009 03:01:10 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[DMV Queries]]></category> <category><![CDATA[buffer pool]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=291</guid> <description><![CDATA[This query shows how many pages each database has in the buffer Pool. This will show you the breakdown of memory allocation for each database. SELECT DB_NAME(database_id), COUNT(page_id)as number_pages FROM sys.dm_os_buffer_descriptors WHERE database_id !=32767 GROUP BY database_id ORDER BY database_id Related Posts:»Find Best Clustered Index»Finding the total virtual, shared and AWE memory used»Using sp_spaceused»A Better [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/dmv-queries/find-number-of-pages-each-database-has-in-bufferpool/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 36/41 queries in 0.041 seconds using disk
Content Delivery Network via files.sqlserverplanet.com

Served from: sqlserverplanet.com @ 2010-07-31 09:06:21 -->