1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features/in-memory/t-sql-scripts
ShiyangQiu 216830ffba 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.
2016-09-08 12:04:14 +08:00
..

T-SQL scripts supporting SQL In-Memory Features

Utility scripts, as well as scripts supporting several samples.

Contents

About this sample
Sample details
Related links

About this sample

  • Applies to: SQL Server 2016 (or higher), Azure SQL Database
  • Key features: In-Memory OLTP and Columnstore
  • Workload: OLTP and Analytics
  • Programming Language: T-SQL
  • Authors: Jos de Bruijn

Before you begin

To run this sample, you need the following prerequisites.

Software prerequisites:

  1. SQL Server 2016 (or higher) or an Azure SQL Database (Premium)
  2. SQL Server Management Studio

Sample details

enable-in-memory-oltp.sql

Helper script that enables the SQL Server or Azure SQL database for using In-Memory OLTP and configures the recommended database options.

sql_in-memory_oltp_sample.sql

Script to add In-Memory OLTP to the AdventureWorksLT sample database in Azure SQL Database. For details on this sample, see Install the In-Memory OLTP sample.

sql_in-memory_analytics_sample.sql

Script to add In-Memory Analytics (Columnstore) to the AdventureWorksLT sample database in Azure SQL Database. For details on this sample, see Install the In-Memory Analytics sample.

clustered_columnstore_sample_queries.sql

T-SQL queries accompanying the In-Memory Analytics (Columnstore) sample in the AdventureWorksLT sample database for Azure SQL Database.

For more information, see these articles: