2.4 KiB
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:
- SQL Server 2016 (or higher) or an Azure SQL Database (Premium)
- SQL Server Management Studio
Sample details
Helper script that enables the SQL Server or Azure SQL database for using In-Memory OLTP and configures the recommended database options.
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.
Related Links
For more information, see these articles:
- [In-Memory OLTP (In-Memory Optimization)] (https://msdn.microsoft.com/library/dn133186.aspx)
- [Quick Start 1: In-Memory OLTP Technologies for Faster Transact-SQL Performance] (https://msdn.microsoft.com/library/mt694156.aspx)
- [Get started with Columnstore for real time operational analytics] (https://msdn.microsoft.com/library/dn817827.aspx)
- [Columnstore Indexes Guide] (https://msdn.microsoft.com/library/gg492088.aspx)