﻿<?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 Administration  / SQL Max server memory settings / 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 10:59:10 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>[quote][b]opc.three (3/1/2013)[/b][hr]Nah, see my last post.[/quote]Yea got it.  I replied before I read your post.Thanks again.SueTons.</description><pubDate>Fri, 01 Mar 2013 18:19:16 GMT</pubDate><dc:creator>SQLCrazyCertified</dc:creator></item><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>Nah, see my last post.</description><pubDate>Fri, 01 Mar 2013 17:58:53 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>[quote][b]opc.three (3/1/2013)[/b][hr]No problem. One tweak for clarity. My query should have qualified the table with the new name of master, not master again:[code="sql"]SELECT  *FROM    [b][u]new_name_of_master[/u][/b].sys.configurationsWHERE   name = 'max server memory (MB)';[/code][/quote]Yea, I think only way is to start services and check the memory settings.SueTons.</description><pubDate>Fri, 01 Mar 2013 17:50:59 GMT</pubDate><dc:creator>SQLCrazyCertified</dc:creator></item><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>If you connect to the Dedicated Admin Connection (DAC) you can run this query against the restored copy of master to retrieve the previous setting:[code="sql"]SELECT  value AS [max server memory (MB)]FROM    new_name_of_master.sys.sysobjvaluesWHERE   valclass = 50        AND objid = 1544;[/code]</description><pubDate>Fri, 01 Mar 2013 17:48:09 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>Was curious so just tried it myself but no dice. sys.configurations uses a rowset and a system view that eventually point back to the real master.</description><pubDate>Fri, 01 Mar 2013 17:35:39 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>No problem. One tweak for clarity. My query should have qualified the table with the new name of master, not master again:[code="sql"]SELECT  *FROM    [b][u]new_name_of_master[/u][/b].sys.configurationsWHERE   name = 'max server memory (MB)';[/code]</description><pubDate>Fri, 01 Mar 2013 15:26:06 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>Thank you.SueTons.</description><pubDate>Fri, 01 Mar 2013 15:23:52 GMT</pubDate><dc:creator>SQLCrazyCertified</dc:creator></item><item><title>RE: SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>Never tried it, but you could restore a backup of master with a different name to a running instance and issue:[code="sql"]SELECT  *FROM    master.sys.configurationsWHERE   name = 'max server memory (MB)';[/code]</description><pubDate>Fri, 01 Mar 2013 15:08:34 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>SQL Max server memory settings</title><link>http://www.sqlservercentral.com/Forums/Topic1425743-1550-1.aspx</link><description>How can I get a max server memory setting of SQL if it's not running/disalbled?SueTons.</description><pubDate>Fri, 01 Mar 2013 14:14:07 GMT</pubDate><dc:creator>SQLCrazyCertified</dc:creator></item></channel></rss>