Skip to content

Commit e104b71

Browse files
Merge pull request #223814 from WilliamDAssafMSFT/patch-2
20230112 fix broken dmv link
2 parents f17145c + 1f6dd2c commit e104b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/synapse-link/troubleshoot/troubleshoot-sql-link-creation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ During Azure Synapse Link connection creation, the link creation process may han
2626

2727
3. An incorrect managed identity was provided in the Synapse Link creation, for example, by manually providing an incorrect principal ID or Azure Key vault information.
2828

29-
To confirm these potential causes, query the [changefeed.change_feed_errors](/sql/relational-databases/system-tables/changefeed-change-feed-errors-transact-sql) dynamic management view and look for error number 22739.
29+
To confirm these potential causes, query the [sys.dm_change_feed_errors](/sql/relational-databases/system-dynamic-management-views/sys-dm-change-feed-errors) dynamic management view and look for error number 22739.
3030
```sql
3131
SELECT session_id, error_number, error_message, source_task, entry_time
3232
FROM sys.dm_change_feed_errors
@@ -47,7 +47,7 @@ If the SAMI is not enabled, enable the SAMI. Regardless, refresh the Synapse Lin
4747
2. Provide the desired subscription of the source database. Select **Next**.
4848
3. For **Service type**, select **SQL Database**.
4949
4. For **Resource**, select the source database where the initial snapshot is failing.
50-
5. For **Summary**, provide any error numbers from `changefeed.change_feed_errors`.
50+
5. For **Summary**, provide any error numbers from `sys.dm_change_feed_errors`.
5151
6. For **Problem type**, select **Data Sync, Replication, CDC and Change Tracking**.
5252
7. For **Problem subtype**, select **Transactional Replication**.
5353

@@ -98,4 +98,4 @@ Disable and re-enable the SAMI for the Azure SQL logical server.
9898
- [Managed identities in Azure AD for Azure SQL](/azure/azure-sql/database/authentication-azure-ad-user-assigned-managed-identity)
9999
- [Azure Synapse Link for SQL FAQ](../faq.yml)
100100
- [Known limitations and issues with Azure Synapse Link for SQL](../synapse-link-for-sql-known-issues.md)
101-
- [changefeed.change_feed_errors (Transact-SQL)](/sql/relational-databases/system-tables/changefeed-change-feed-errors-transact-sql)
101+
- [sys.dm_change_feed_errors (Transact-SQL)](/sql/relational-databases/system-dynamic-management-views/sys-dm-change-feed-errors)

0 commit comments

Comments
 (0)