| 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 | 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]
Drops a table group and internal metadata objects.
[!INCLUDE fabric-internal-use]
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.