Skip to content

Commit 2cf6727

Browse files
authored
fix bookmark
1 parent a76cc09 commit 2cf6727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-best-practices-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you find it is taking too long to update all of your statistics, you may want
3434
> [!TIP]
3535
> You will gain the most benefit by having updated statistics on columns involved in joins, columns used in the WHERE clause, and columns found in GROUP BY.
3636
37-
See also [Manage table statistics](sql-data-warehouse-tables-statistics.md), [CREATE STATISTICS](sql-data-warehouse-tables-statistics.md), and [UPDATE STATISTICS](sql-data-warehouse-tables-statistics.md#updating-statistics).
37+
See also [Manage table statistics](sql-data-warehouse-tables-statistics.md), [CREATE STATISTICS](sql-data-warehouse-tables-statistics.md), and [UPDATE STATISTICS](sql-data-warehouse-tables-statistics.md#update-statistics).
3838

3939
## Hash distribute large tables
4040
By default, tables are Round Robin distributed. This design makes it easy for users to get started creating tables without having to decide how their tables should be distributed.

0 commit comments

Comments
 (0)