mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
-- Last updated 1/29/2020 (Credit: Milos Radivojevic) -- Changed @event to varchar(30) from varchar(15) -- Added date range to 'Mild Recession' branch
Intelligent Query Processing Demos
Here are the instructions to prepare for demonstrating Intelligent QP's latest round of features:
-
Download WideWorldImportersDW-Full.bak from https://aka.ms/wwidwbak
-
Enlarge the database using the following script (https://aka.ms/wwidwenlarge)
Demos (with more on the way!):
- Batch Mode Adaptive Join
- Interleaved Execution
- Batch mode memory grant feedback
- Row mode memory grant feedback
- Batch mode on rowstore
- APPROX_COUNT_DISTINCT
- Table variable deferred compilation
- Scalar UDF Inlining
Email IntelligentQP@microsoft.com if questions in the meantime.