sys.sp_disable_event_stream

general
#stored-procedure

Description

Disables change event streaming at the database level for the current database context, including all associated tables. What is change event streaming (preview)? SQL Server 2025 (17.x) and Azure SQL Database. server role membership can execute this procedure.

Syntax

sys.sp_disable_event_stream
[ ; ]