| title | sys.sp_change_feed_drop_table_group (Transact-SQL) | ||||
|---|---|---|---|---|---|
| description | The sys.sp_change_feed_drop_table_group system stored procedure drops a table group and internal metadata objects. | ||||
| author | WilliamDAssafMSFT | ||||
| ms.author | wiassaf | ||||
| ms.reviewer | imotiwala, ajayj, randolphwest | ||||
| ms.date | 06/23/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]
Drops a table group and internal metadata objects.
Caution
This system stored procedure is used internally and isn't recommended for direct administrative use. Use Synapse Studio or the Fabric portal instead. Using this procedure could introduce inconsistency.
This system stored procedure is used for:
:::image type="icon" source="../../includes/media/topic-link-icon.svg" border="false"::: Transact-SQL syntax conventions
sys.sp_change_feed_drop_table_group
@table_group_id
[ ; ]
Required. Data type is uniqueidentifier. The unique identifier of the table group. It's a GUID generated by the initial setup.
A user with CONTROL database permissions, db_owner database role membership, or sysadmin server role membership can execute this procedure.