Skip to content

Commit 2043205

Browse files
authored
Merge pull request #207163 from v-rajagt/mariyaali
Link fixed.
2 parents 7cef4b9 + f818428 commit 2043205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ EXEC dbo.read_dist_recommendation;
5353
go
5454
```
5555

56-
To see which queries were analyzed by DA, run [the e2e_queries_used_for_recommendations.sql script available for download from GitHub](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/DistributionAdvisor/e2e_queries_used_for_recommendations.sql).
56+
To see which queries were analyzed by DA, run [the e2e_queries_used_for_recommendations.sql script available for download from GitHub](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/Distribution_Advisor/e2e_queries_used_for_recommendations.sql).
5757

5858
### 2b. Run the advisor on selected queries
5959

@@ -122,7 +122,7 @@ But not the second resultset containing the table change T-SQL commands:
122122

123123
- Check the output of `CommandToInvokeAdvisorString` above.
124124

125-
- Remove queries that may not be valid anymore which may have been added here from either the hand-selected queries or from the DMV by editing `WHERE` clause in: [Queries Considered by DA](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/DistributionAdvisor/e2e_queries_used_for_recommendations.sql).
125+
- Remove queries that may not be valid anymore which may have been added here from either the hand-selected queries or from the DMV by editing `WHERE` clause in: [Queries Considered by DA](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/Distribution_Advisor/e2e_queries_used_for_recommendations.sql).
126126

127127
### 3. Error during post-processing of recommendation output
128128

@@ -137,7 +137,7 @@ Invalid length parameter passed to the LEFT or SUBSTRING function.
137137
##### 3b. Mitigation:
138138
Ensure that you have the most up to date version of the stored procedure from GitHub:
139139

140-
- [e2e_queries_used_for_recommendations.sql script available for download from GitHub](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/DistributionAdvisor/e2e_queries_used_for_recommendations.sql)
140+
- [e2e_queries_used_for_recommendations.sql script available for download from GitHub](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/Distribution_Advisor/e2e_queries_used_for_recommendations.sql)
141141

142142
- [CreateDistributionAdvisor_PublicPreview.sql script available for download from GitHub](https://github.com/microsoft/Azure_Synapse_Toolbox/blob/master/Distribution_Advisor/CreateDistributionAdvisor_PublicPreview.sql)
143143

0 commit comments

Comments
 (0)