Skip to content

Commit 200c939

Browse files
Merge pull request #245102 from WilliamDAssafMSFT/20230716-SET-RECOMMENDATIONS
20230716 add linkage to SET RECOMMENDATIONS T-SQL article
2 parents 05bd2e3 + 763b195 commit 200c939

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/synapse-analytics/sql/distribution-advisor.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mariyaali
66
ms.reviewer: wiassaf
77
ms.service: synapse-analytics
88
ms.topic: conceptual
9-
ms.date: 07/25/2022
9+
ms.date: 07/16/2023
1010
---
1111

1212
# Distribution Advisor in Azure Synapse SQL
@@ -25,6 +25,8 @@ The Distribution Advisor (DA) feature of Azure Synapse SQL analyzes customer que
2525

2626
- Ensure that statistics are available and up-to-date before running the advisor. For more details, [Manage table statistics](develop-tables-statistics.md), [CREATE STATISTICS](/sql/t-sql/statements/create-statistics-transact-sql?view=azure-sqldw-latest&preserve-view=true), and [UPDATE STATISTICS](/sql/t-sql/statements/update-statistics-transact-sql?view=azure-sqldw-latest&preserve-view=true) articles for more details on statistics.
2727

28+
- Enable the Azure Synapse distribution advisor for the current session with the [SET RECOMMENDATIONS](/sql/t-sql/statements/set-recommendations-sql?view=azure-sqldw-latest&preserve-view=true) T-SQL command.
29+
2830
## Analyze workload and generate distribution recommendations
2931

3032
The follow tutorial explains the sample use case for using the Distribution Advisor feature to analyze customer queries and recommend the best distribution strategies.
@@ -157,6 +159,7 @@ For feature requests, use the [Azure Synapse Analytics Feedback](https://feedbac
157159

158160
## Next steps
159161

162+
- [SET RECOMMENDATIONS (Transact-SQL)](/sql/t-sql/statements/set-recommendations-sql?view=azure-sqldw-latest&preserve-view=true)
160163
- [Loading data to dedicated SQL pool](../sql-data-warehouse/load-data-wideworldimportersdw.md)
161164
- [Data loading strategies for dedicated SQL pool in Azure Synapse Analytics](../sql-data-warehouse/design-elt-data-loading.md).
162165
- [Dedicated SQL pool (formerly SQL DW) architecture in Azure Synapse Analytics](../sql-data-warehouse/massively-parallel-processing-mpp-architecture.md)

0 commit comments

Comments
 (0)