1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Change of In-Memory Demo

1. t-sql-scripts\enable-in-memory-oltp.sql is appled to sql 2016 or
higher
2. modify the sql script name in readme of ticket-reservations
3. add the table type control for Demo_Reset stored proc.
This commit is contained in:
ShiyangQiu
2016-09-08 12:04:14 +08:00
parent 976c29ccdc
commit 216830ffba
3 changed files with 11 additions and 4 deletions

View File

@ -10,7 +10,7 @@
-- need to use the WITH (SNAPSHOT) hint for ad hoc queries accessing memory-optimized
-- tables.
--
-- Applies To: SQL Server 2014 (or higher); Azure SQL Database
-- Applies To: SQL Server 2016 (or higher); Azure SQL Database
-- Author: Jos de Bruijn (Microsoft)
-- Last Updated: 2016-05-02