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.
Asked
Active
Viewed 468 times
0
-
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 Answers
2
The buffer pool and memory for In-Memory OLTP objects are separate limits, documented here:

David Browne - Microsoft
- 80,331
- 6
- 39
- 67
-
Am I'm reading it right, that In-Memory OLTP could use 352 MB on the SQL Server Express edition? – Stefan Bauer Jul 11 '17 at 19:28