When I am performing DDL operation on my database the Capture job start failing with below error. I have created one Database trigger to log all DDL changes on another table that table belongs to other database. Here my doubt is if transaction get fail because of some reason , then why CAPTURE job also start failing ?
Message
Entry Time 2014-04-17 20:49:42.657, Msg 3616, Level 16, State 2, An error was raised during trigger execution. The batch has been aborted and the user transaction, if any, has been rolled back. For more information, query the sys.dm_cdc_errors dynamic management
view.
Regards Vikas Pathak