| title | sys.sp_help_change_feed_table_groups (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | The sys.sp_help_change_feed_table_groups_groups system stored procedure returns the table group information for Fabric Mirrored Databases. | ||||
| author | WilliamDAssafMSFT | ||||
| ms.author | wiassaf | ||||
| ms.reviewer | imotiwala, ajayj, randolphwest | ||||
| ms.date | 12/17/2025 | ||||
| ms.service | fabric | ||||
| ms.subservice | system-objects | ||||
| ms.topic | reference | ||||
| ms.custom |
|
||||
| f1_keywords |
|
||||
| helpviewer_keywords |
|
||||
| dev_langs |
|
||||
| monikerRange | >=sql-server-ver16 || =azuresqldb-current || =azuresqldb-mi-current || =fabric || =fabric-sqldb || =azure-sqldw-latest |
[!INCLUDE sqlserver2022-asdb-asdbmi-asa-fabricmirroredsqldb-fabricsqldb]
Returns metadata that is used to configure change feed table groups.
This system stored procedure is used for:
- SQL database in Microsoft Fabric
- Microsoft Fabric mirrored databases
- Azure Synapse Link
- What is change event streaming (preview)? introduced in [!INCLUDE sssql25-md] and Azure SQL Database.
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
sys.sp_help_change_feed_table_groups
[ ; ]
None.
| Column name | Data type | Description |
|---|---|---|
table_group_id |
uniqueidentifier | Unique identifier of the change feed table group. |
table_group_name |
nvarchar(140) | The name of the table group. |
destination_location |
nvarchar(512) | URL string of the landing zone folder. |
destination_credential |
sysname | The credential name to access the landing zone. |
workspace_id |
nvarchar(247) | The related workspace Azure resource ID. |
synapse_workgroup_name |
nvarchar(50) | The related workspace name. |
enabled |
bit | Tracks if the table group is enabled for change feed.1 = Yes0 = No. |
destination_type |
int | 0 = Azure Synapse Link2 = Fabric mirroring. |
A user with CONTROL database permissions, db_owner database role membership, or sysadmin server role membership can execute this procedure.