﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 - General  / Max Sql Server Memory Vs Buffer Pool / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 19:34:22 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Max Sql Server Memory Vs Buffer Pool</title><link>http://www.sqlservercentral.com/Forums/Topic1062830-391-1.aspx</link><description>Not sure that answers the specific question...I've never seen this to be greater than the Max memory setting. What exactly does this output?[code="sql"]sp_configure 'max server memory (MB)'[/code]</description><pubDate>Wed, 21 Sep 2011 08:42:40 GMT</pubDate><dc:creator>HowardW</dc:creator></item><item><title>RE: Max Sql Server Memory Vs Buffer Pool</title><link>http://www.sqlservercentral.com/Forums/Topic1062830-391-1.aspx</link><description>This may help.http://www.sqlservercentral.com/articles/Memory/74867/</description><pubDate>Wed, 21 Sep 2011 07:31:08 GMT</pubDate><dc:creator>Cheetah</dc:creator></item><item><title>Max Sql Server Memory Vs Buffer Pool</title><link>http://www.sqlservercentral.com/Forums/Topic1062830-391-1.aspx</link><description>I have 64 GB RAM on my server. My junior DBA forgot to set the maximum server memory = 60 GB recommended in the &amp;#100;ocument. The max server memory is set 22 GB for the sql server. But when i run following query to identify the bufferpool target size then this gives me 59 GB. How come the sql server can use more than the max memory set for this?select (bpool_commit_target)*8/(1024*1024) as targetINGB, (bpool_committed)*8/(1024*1024) as CommittedINGB,(bpool_visible)*8/(1024*1024) as bpoolVisibleINGBfrom sys.dm_os_sys_info--59GB   59GB   59GB-lucky</description><pubDate>Fri, 11 Feb 2011 14:09:28 GMT</pubDate><dc:creator>luckysql.kinda</dc:creator></item></channel></rss>