OGG-05249
User '{0}' is not authorized to disable CDC on the '{1}' database. Sysadmin privileges are required. To fully remove CDC from database '{1}', grant sysadmin to user '{0}' and re-run DELETE TRANDATA . or manually run sys.sp_cdc_disable_db against the database
Cause
Sysadmin privileges are required.
Action
Grant sysadmin privileges to the user.