In-Memory OLTP Sample for SQL Server 2014 RTM

Posted by Damian on SQL Blog See other posts from SQL Blog or by Damian
Published on Wed, 14 May 2014 16:10:00 GMT Indexed on 2014/05/26 21:55 UTC
Read the original article Hit count: 287

Filed under:
|

I have just found a very good resource about Hekaton (In-memory OLTP feature in the SQL Server 2014).

On the Codeplex site you can find the newest Hekaton samples - https://msftdbprodsamples.codeplex.com/releases/view/114491.

The latest samples we have were related to the CTP2 version but the newest will work with the RTM version.

There are some issues fixed you might find if you tried to run the previous samples on the RTM version:

Update (Apr 28, 2014): Fixed an issue where the isolation level for sample stored procedures demonstrating integrity checks was too low. The transaction isolation level for the following stored procedures was updated: Sales.uspInsertSpecialOfferProductinmem, Sales.uspDeleteSpecialOfferinmem, Production.uspInsertProductinmem, and Production.uspDeleteProductinmem.

 

© SQL Blog or respective owner

Related posts about Hekaton

Related posts about SQL Server 2014