https://www.sqlshack.com/how-to-read-a-sql-server-transaction-log/
https://www.sqlshack.com/is-this-the-end-of-sql-profiler/
cdc
https://www.meziantou.net/sql-server-change-data-capture.htm
SELECT is_broker_enabled FROM sys.databases WHERE name = 'test'
ALTER DATABASE test SET NEW_BROKER WITH ROLLBACK IMMEDIATE;
ALTER DATABASE test SET ENABLE_BROKER;
fn_dblog, fn_dump_dblog