0

I have a requirement to generate DML events (insert, update, delete) from SQL Server to an external entity. I have tried implementing extended events using the Microsoft.SqlServer.XEvent.XELite nuget package. But it does not provide the row data, but only the statement executed.

I have also seen the fn_dblog function to retrieve the data from transaction logs. But it seems too complicated.

Is there any other way to achieve this (without of course using triggers or any manual work like CDC)?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Babu James
  • 2,740
  • 4
  • 33
  • 50

0 Answers0