<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Data Pages in Buffer Pool &#8211; Data Stored in Memory Cache</title>
	<atom:link href="http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: DBA Reddy</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-438232</link>
		<dc:creator><![CDATA[DBA Reddy]]></dc:creator>
		<pubDate>Sat, 16 Mar 2013 07:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-438232</guid>
		<description><![CDATA[Hi Mickey, try this query on the instance you want to change,

SP_CONFIGURE &#039;SHOW ADVANCED OPTION&#039;,1
RECONFIGURE
SP_CONFIGURE &#039;min server memory (MB)&#039;, 8192
RECONFIGURE

..check this if it helps and reply me,]]></description>
		<content:encoded><![CDATA[<p>Hi Mickey, try this query on the instance you want to change,</p>
<p>SP_CONFIGURE &#8216;SHOW ADVANCED OPTION&#8217;,1<br />
RECONFIGURE<br />
SP_CONFIGURE &#8216;min server memory (MB)&#8217;, 8192<br />
RECONFIGURE</p>
<p>..check this if it helps and reply me,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mickey</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-425194</link>
		<dc:creator><![CDATA[Mickey]]></dc:creator>
		<pubDate>Thu, 21 Feb 2013 14:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-425194</guid>
		<description><![CDATA[I have one system running two instances of 2008 R2.  I want to dedicate 8GB of memory to the buffer pool on one of the instances.  Is there a way to set this in SSMS?  via a script?  Thanks in advance...]]></description>
		<content:encoded><![CDATA[<p>I have one system running two instances of 2008 R2.  I want to dedicate 8GB of memory to the buffer pool on one of the instances.  Is there a way to set this in SSMS?  via a script?  Thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chiranjib Saha Roy</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-315199</link>
		<dc:creator><![CDATA[Chiranjib Saha Roy]]></dc:creator>
		<pubDate>Wed, 18 Jul 2012 11:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-315199</guid>
		<description><![CDATA[Hi, 
You are very interesting. I have learnt a lot from you... thanks for providing such kind of useful article with example. I have one query(question). Is SQL Server hold such kind of technology like soft parse (included in Oracle). Waiting for your reply. Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
You are very interesting. I have learnt a lot from you&#8230; thanks for providing such kind of useful article with example. I have one query(question). Is SQL Server hold such kind of technology like soft parse (included in Oracle). Waiting for your reply. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Lynch</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-245736</link>
		<dc:creator><![CDATA[Seth Lynch]]></dc:creator>
		<pubDate>Mon, 30 Jan 2012 16:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-245736</guid>
		<description><![CDATA[Nice one Pinal - this is exactly the scrpt I was looking for to try and sort out some memory issues]]></description>
		<content:encoded><![CDATA[<p>Nice one Pinal &#8211; this is exactly the scrpt I was looking for to try and sort out some memory issues</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-184285</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Thu, 27 Oct 2011 19:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-184285</guid>
		<description><![CDATA[If an index shows up in the results of that query, are all pages from the index always contained in the buffer cache, or might there only be a fraction?]]></description>
		<content:encoded><![CDATA[<p>If an index shows up in the results of that query, are all pages from the index always contained in the buffer cache, or might there only be a fraction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-100436</link>
		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Tue, 16 Nov 2010 22:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-100436</guid>
		<description><![CDATA[@neeraj What exactly you are looking is 

you want all data in cache is that possible? think logically man,

If so then it has copy again into the cache to display it to you 

thats burden .


You need to run this script check any queries related to result are running if they causing problem.


Thanks,]]></description>
		<content:encoded><![CDATA[<p>@neeraj What exactly you are looking is </p>
<p>you want all data in cache is that possible? think logically man,</p>
<p>If so then it has copy again into the cache to display it to you </p>
<p>thats burden .</p>
<p>You need to run this script check any queries related to result are running if they causing problem.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-100434</link>
		<dc:creator><![CDATA[Pavan]]></dc:creator>
		<pubDate>Tue, 16 Nov 2010 22:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-100434</guid>
		<description><![CDATA[Hey Pinal,

This is good script which is useful for me.

Thanks,]]></description>
		<content:encoded><![CDATA[<p>Hey Pinal,</p>
<p>This is good script which is useful for me.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neeraj Verma</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-79169</link>
		<dc:creator><![CDATA[Neeraj Verma]]></dc:creator>
		<pubDate>Thu, 08 Jul 2010 06:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-79169</guid>
		<description><![CDATA[hi 
Nice articles, thank for this post, but I am waiting your next article where you will show “what data are cached and those that are not cached”]]></description>
		<content:encoded><![CDATA[<p>hi<br />
Nice articles, thank for this post, but I am waiting your next article where you will show “what data are cached and those that are not cached”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koteswarrao</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-77741</link>
		<dc:creator><![CDATA[koteswarrao]]></dc:creator>
		<pubDate>Sat, 26 Jun 2010 12:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-77741</guid>
		<description><![CDATA[Hi

iam new to DBA...and i want to know if a user  make a transation whether data first reside in the buffer pool or T-log file..........

as per my knowledge it first reside in the buffer pool and lazy writer scans the buffer pool,if it finds the dirty pages it will forces the dirty pages to t-log and phsyical data file i.e disk............is iam right?

if iam wrong plz let me the process of data storage.]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>iam new to DBA&#8230;and i want to know if a user  make a transation whether data first reside in the buffer pool or T-log file&#8230;&#8230;&#8230;.</p>
<p>as per my knowledge it first reside in the buffer pool and lazy writer scans the buffer pool,if it finds the dirty pages it will forces the dirty pages to t-log and phsyical data file i.e disk&#8230;&#8230;&#8230;&#8230;is iam right?</p>
<p>if iam wrong plz let me the process of data storage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kucing</title>
		<link>http://blog.sqlauthority.com/2010/06/17/sql-server-data-pages-in-buffer-pool-data-stored-in-memory-cache/#comment-76714</link>
		<dc:creator><![CDATA[kucing]]></dc:creator>
		<pubDate>Fri, 18 Jun 2010 07:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=9280#comment-76714</guid>
		<description><![CDATA[Thanks for this post. I wondered about this a long time ago but I finally find the answer from you.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post. I wondered about this a long time ago but I finally find the answer from you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
