0

Starting with the 2016 version the In-Memory-technique is also integrated in the MS SQL Server Express edition. In fact as the Express version is limited to 1 GB RAM I'm wondering whether the RAM for the In-Memory OLTP technique is used as part of the 1 GB RAM or whether it will not affect the 1 GB RAM.

  • Check out this answer: [How is the memory used greater than the SQL Server Express limitation](https://stackoverflow.com/questions/32535476/how-is-the-memory-used-greater-than-the-sql-server-express-limitation) – Chuck Jul 11 '17 at 17:54

1 Answers1

2

The buffer pool and memory for In-Memory OLTP objects are separate limits, documented here:

Editions and supported features of SQL Server

David Browne - Microsoft
  • 80,331
  • 6
  • 39
  • 67