sys.sp_drop_event_stream_group
generalDescription
Drops a stream event group for the Server 2025 (17.x) and Azure SQL Database. Specifies the name of the event stream group you want to drop. , with no default, and can’t be server role membership can execute this procedure. Change event streaming is currently in Azure SQL Database (preview feature database scoped configuration not required). During preview, this feature is subject to change.
Syntax
sys.sp_drop_event_stream_group [ @stream_group_name = ]
N
'stream_group_name'
[ ; ]
Permissions
2025 (17.x) Azure SQL Database Drops a stream event group for the change event streaming (CES) feature introduced in SQL Server 2025 (17.x) and Azure SQL Database. syntaxsql Specifies the name of the event stream group you want to drop. @stream_group_name is , with no default, and can’t be. A user with database permissions, database role membership, or server role membership can execute this procedure. 7 Change event streaming is currently in for: SQL Server 2025 ( ). Azure SQL Database (preview feature database scoped configuration not required). During preview, this feature is subject to change. For current supportability, see.