Comments on: Estimating Hekaton Max Server Memory Requirements in SQL Server 2014 https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/ Thomas LaRock is an author, speaker, data expert, and SQLRockstar. He helps people connect, learn, and share. Along the way he solves data problems, too. Wed, 01 Jun 2022 18:52:56 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: SQL Server In-Memory table use case with huge data - Get Code Solution https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/#comment-89854 Wed, 01 Jun 2022 18:52:56 +0000 http://thomaslarock.com/?p=11460#comment-89854 […] may need more RAM then you […]

]]>
By: Killing the "SQL Server is a Memory Hog" Myth - Thomas LaRock https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/#comment-16092 Wed, 16 Aug 2017 21:02:28 +0000 http://thomaslarock.com/?p=11460#comment-16092 […] sake. And SQL Server has other memory needs than just database pages. Over the years, we have seen different data objects share the buffer cache with data pages. These days we can query the sys.dm_os_memory_clerks dynamic management view to find out how much […]

]]>
By: SQL 2014 Cardinality Estimator: Why You Should Care - Thomas LaRock https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/#comment-15818 Fri, 20 Jan 2017 18:02:29 +0000 http://thomaslarock.com/?p=11460#comment-15818 […] (or as Microsoft Marketing likes to call it, In-Memory OLTP), updateable Columnstore indexes, and buffer pool extensions are some of the more common enhancements. All of those new features are there to improve […]

]]>
By: SQL Server Radio: Show 17 – The Czech Locomotive https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/#comment-11124 Thu, 03 Jul 2014 16:44:03 +0000 http://thomaslarock.com/?p=11460#comment-11124 […] Thomas LaRock – ESTIMATING MEMORY REQUIREMENTS IN SQL SERVER 2014 […]

]]>
By: Estimating Memory Requirements in SQL Server 2014 - SQL Server - SQL Server - Toad World https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/#comment-11088 Wed, 25 Jun 2014 22:32:14 +0000 http://thomaslarock.com/?p=11460#comment-11088 […] Estimating Memory Requirements in SQL Server 2014 is a post from: SQLRockstar – Thomas LaRock […]

]]>
By: ThomasLaRock https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/#comment-11083 Wed, 25 Jun 2014 00:55:00 +0000 http://thomaslarock.com/?p=11460#comment-11083 In reply to Jay.

Jay,

Sure, that’s a fine way of managing objects after they are migrated.

You can’t create the object in Hekaton unless SQL Server has enough memory to hold it, therefore you need to find a way to estimate the amount of memory needed. And, when you create it, your buffer pool pages may be the victim.

HTH

]]>
By: Jay https://thomaslarock.com/2014/06/estimating-memory-requirements-in-sql-server-2014/#comment-11082 Wed, 25 Jun 2014 00:44:00 +0000 http://thomaslarock.com/?p=11460#comment-11082 why not to configure memory for Hekaton using Resource Governor and Monitor via alerts which will be more proactive.

]]>