適用於: SQL Server 2022 (16.x) 及以後版本
Azure SQL 資料庫
Azure SQL Managed Instance
Azure Synapse Analytics
鏡像資料庫 在 Microsoft Fabric
中 SQL 資料庫在 Microsoft Fabric
建立來源,以維護每個數據表群組特有的元數據。 數據表群組代表將復寫之所有個別數據表的容器。
Caution
此系統預存程式會在內部使用,不建議直接使用系統管理。 請改用 Synapse Studio 或 Fabric 入口網站。 使用此程式可能會導致不一致。
此系統預存程式用於:
Syntax
EXECUTE sys.sp_change_feed_create_table_group
@table_group_id
, @table_group_name
, @workspace_id
, @destination_location
, @destination_credential
[ ; ]
Arguments
@table_group_id
數據表群組的唯一標識碼。
@table_group_name
數據表群組的名稱。
@workspace_id
要求建立新數據表群組之工作區的 Azure resourceID。
@destination_location
登陸區域資料夾的URL字串。
@destination_credential
用來存取登陸區域的認證名稱。
Permissions
具有 CONTROL 資料庫許可權、 db_owner 資料庫角色成員資格或 系統管理員 伺服器角色成員資格的使用者,可以執行此程式。