Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: 
 SQL Server 2022 (16.x) and later versions 
 Azure SQL Database 
 Azure SQL Managed Instance 
 Azure Synapse Analytics 
 Warehouse in Microsoft Fabric 
 SQL database in Microsoft Fabric Preview
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:
Syntax
 Transact-SQL syntax conventions
sys.sp_change_feed_drop_table_group
    @table_group_id
[ ; ]
Arguments
@table_group_id
Required. Data type is uniqueidentifier. The unique identifier of the table group. It's a GUID generated by the initial setup.
Permissions
A user with CONTROL database permissions, db_owner database role membership, or sysadmin server role membership can execute this procedure.