Skip to content

Commit 39c9fa6

Browse files
authored
Merge pull request #276981 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 661c685 + b3eda4a commit 39c9fa6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

articles/private-link/private-link-faq.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ sections:
5656
answer: |
5757
Yes. You can have multiple Private Endpoints in same VNet or subnet. They can connect to different services.
5858
59+
- question: |
60+
Can we link multiple private DNS zones with the same name?
61+
answer: |
62+
No, creating multiple zones with the same name for a single virtual network is not supported.
63+
5964
- question: |
6065
Do I require a dedicated subnet for Private Endpoints?
6166
answer: |

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-tables-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ SELECT
126126
, MAX(CASE WHEN rg.[State] = 3 THEN rg.[total_rows] ELSE NULL END) AS [COMPRESSED_rowgroup_rows_MAX]
127127
, AVG(CASE WHEN rg.[State] = 3 THEN rg.[total_rows] ELSE NULL END) AS [COMPRESSED_rowgroup_rows_AVG]
128128
, 'ALTER INDEX ALL ON ' + s.name + '.' + t.NAME + ' REBUILD;' AS [Rebuild_Index_SQL]
129-
FROM sys.[sys.dm_pdw_nodes_db_column_store_row_group_physical_stats] rg
129+
FROM sys.[dm_pdw_nodes_db_column_store_row_group_physical_stats] rg
130130
JOIN sys.[pdw_nodes_tables] nt ON rg.[object_id] = nt.[object_id]
131131
AND rg.[pdw_node_id] = nt.[pdw_node_id]
132132
AND rg.[distribution_id] = nt.[distribution_id]

0 commit comments

Comments
 (0)