September 2015
Intermediate to advanced
272 pages
5h 47m
English
CHAPTER 6
![]()
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 that are supported in In-Memory OLTP. Finally, this chapter compares the performance of several use cases that access and modify data in memory-optimized tables using natively compiled stored procedures and interpreted T-SQL with the interop engine.
Native Compilation
As you already know, memory-optimized tables can be accessed from regular T-SQL code using the query interop ...
Read now
Unlock full access