June 2014
Intermediate to advanced
804 pages
22h 17m
English
CHAPTER 33
![]()
In-Memory OLTP Programmability
This chapter focuses on the programmability aspects of the in-memory OLTP engine in SQL Server. It describes the process of native compilation, and it provides an overview of the natively-compiled stored procedures and T-SQL features, which are supported in in-memory OLTP. Finally, it discusses several questions related to the design of new and the migration of existing systems to the in-memory OLTP architecture.
Native Compilation
As you already know, memory-optimized tables can be accessed from regular T-SQL code using the query interop engine. This approach is very flexible. As long as you work within ...
Read now
Unlock full access