sys.sp_help_change_feed_table (Transact-SQL)
適用於: sql Server 2022 (16.x) Azure SQL 資料庫 Microsoft Fabric SQL 資料庫中的 Azure Synapse Analytics Warehouse Microsoft Fabric 中的 SQL Database
提供數據表群組和數據表元數據的布建或取消布建狀態和資訊。
此系統預存程式用於:
- SQL Server 實例和 Azure SQL 資料庫 的 Azure Synapse Link 功能。 如需詳細資訊,請參閱管理 SQL Server 和 Azure SQL 資料庫 的 Azure Synapse Link。
- 適用於 Azure SQL 資料庫 的網狀架構鏡像資料庫功能。 如需詳細資訊,請參閱 Microsoft網狀架構鏡像資料庫。
- Microsoft Fabric 中的 SQL 資料庫。 如需詳細資訊,請參閱 Microsoft Fabric 中的 SQL Database。
Syntax
EXECUTE sys.sp_help_change_feed_table;
引數
@table_group_id
數據表群組的唯一標識碼
@table_id
源數據表標識碼
@source_schema
源數據表架構名稱
@source_name
源數據表名稱
結果集
資料行名稱 | 資料類型 | 描述 |
---|---|---|
table_group_id |
uniqueidentifier | 數據表群組的唯一標識碼。 |
table_group_name |
nvarchar(140) | 數據表群組的名稱。 |
schema_name |
sysname | 原始數據表的架構名稱 |
table_name |
sysname | 原始數據表的名稱。 |
table_id |
uniqueidentifier | 源數據表標識碼。 |
destination_location |
nvarchar(512) | 登陸區域資料夾的URL字串。 |
workspace_id |
nvarchar(247) | 相關的 Synapse 工作區 Azure 資源識別碼。 |
state |
nvarchar(50) | 數據表的目前狀態。 |
table_object_id |
int | 變更摘要數據表的物件標識碼。 |
權限
具有 CONTROL 資料庫許可權、 db_owner 資料庫角色成員資格或 系統管理員 伺服器角色成員資格的使用者,可以執行此程式。