Skip to content

Commit 2e6d8a0

Browse files
authored
Merge pull request #8186 from chuckheinzelman/patch-1
changefeed user/schema modification warning
2 parents e44afe5 + 3bca466 commit 2e6d8a0

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

docs/sql-server/synapse-link/synapse-link-sql-server-change-feed-manage.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ For SQL Server, the landing zone is customer-managed and visible, but it is not
3333

3434
Currently, only a member of the sysadmin server role in SQL Server or the db_owner database role can execute these procedures.
3535

36-
The SQL Server or the Azure SQL Database will maintain metadata specific to each table group.
36+
The SQL Server or the Azure SQL Database will maintain metadata specific to each table group.
37+
38+
> [!NOTE]
39+
> Enabling Azure Synapse Link for SQL will create a `changefeed` database user, a `changefeed` schema, and several tables within the `changefeed` schema in your source database. Please do not alter any of these objects - they are system-managed.
3740
3841
## Monitor Azure Synapse Link for SQL Server and Azure SQL Database
3942

docs/sql-server/synapse-link/synapse-link-sql-server-change-feed.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ This article includes detail on how the Azure Synapse Link change feed works. Th
3131

3232
This feature is not currently available for Azure SQL Managed Instance.
3333

34+
> [!NOTE]
35+
> Enabling Azure Synapse Link for SQL will create a `changefeed` database user, a `changefeed` schema, and several tables within the `changefeed` schema in your source database. Please do not alter any of these objects - they are system-managed.
36+
3437
## Landing zone
3538

3639
For more information on the landing zone for Azure Synapse Link for SQL Server, see [Azure Synapse Link for SQL Server landing zone](/azure/synapse-analytics/synapse-link/sql-server-2022-synapse-link#landing-zone).

0 commit comments

Comments
 (0)