Skip to content

Instantly share code, notes, and snippets.

@JosiahSiegel
Created October 23, 2025 20:10
Show Gist options
  • Select an option

  • Save JosiahSiegel/d5559fcdc73494f8e426aa36a9c21edd to your computer and use it in GitHub Desktop.

Select an option

Save JosiahSiegel/d5559fcdc73494f8e426aa36a9c21edd to your computer and use it in GitHub Desktop.
Azure SQL Database - Manage Mirroring
EXECUTE sys.sp_help_change_feed;
EXECUTE sys.sp_help_change_feed_table @source_schema = 'dbo', @source_name = 'users'
EXECUTE sys.sp_help_change_feed_settings;
EXECUTE sys.sp_help_change_feed_table_groups;
--Destroy mirroring from database end:
--EXECUTE sys.sp_change_feed_disable_db;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment