mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
# Intelligent Query Processing Demos
|
|
|
|
Here are the instructions to prepare for demonstrating Intelligent QP's latest round of features:
|
|
|
|
1) Download WideWorldImportersDW-Full.bak from https://aka.ms/wwidwbak
|
|
|
|
2) Enlarge the database using the [following script](IQP%20Demo%20Setup%20-%20Enlarging%20WideWorldImportersDW.sql) (https://aka.ms/wwidwenlarge)
|
|
|
|
Demos (with more on the way!):
|
|
|
|
- [Batch Mode Adaptive Join](IQP%20Demo%20-%20Batch%20Mode%20Adaptive%20Join.sql)
|
|
- [Interleaved Execution](IQP%20Demo%20-%20Interleaved%20Execution.sql)
|
|
- [Batch mode memory grant feedback](IQP%20Demo%20-%20Batch%20Mode%20MGF.sql)
|
|
- [Row mode memory grant feedback](IQP%20Demo%20-%20Row%20Mode%20MGF.sql)
|
|
- [Batch mode on rowstore](IQP%20Demo%20-%20Batch%20Mode%20on%20Rowstore.sql)
|
|
- [APPROX_COUNT_DISTINCT](IQP%20Demo%20-%20APPROX_COUNT_DISTINCT.sql)
|
|
- [Table variable deferred compilation](IQP%20Demo%20-%20TVDC.sql)
|
|
- [Scalar UDF Inlining](IQP%20Demo%20-%20Scalar%20UDF%20Inlining.sql)
|
|
|
|
Email IntelligentQP@microsoft.com if questions in the meantime. |