sys.sp_change_feed_drop_table_group

general
#stored-procedure

Description

2022 (16.x) and later versions Mirrored databases in Microsoft SQL database in Microsoft Fabric Drops a table group and internal metadata objects. This system stored procedure is used for: SQL database in Microsoft Fabric Microsoft Fabric mirrored databases. The unique identifier of the table group. It’s a GUID generated by the initial setup. This system stored procedure is used internally and isn’t recommended for direct

Syntax

sys.sp_change_feed_drop_table_group
@table_group_id
[ ; ]

Permissions