Forum Discussion
showman
Nov 08, 2023Copper Contributor
Read insert/update/delete queries from SQL transaction log file
Read insert/update/delete queries from SQL transaction log file. I am using to read fn_dblog function , using this function I could see only transaction name only not read transaction queries. I thin...
showman
Nov 08, 2023Copper Contributor
I want to read that changes from .ldf file ? How? with out CDC and Triggers?
olafhelper
Nov 09, 2023Bronze Contributor
The function fn_dblog exists, but the usage is not supported and so there is no supported way to get data from transaction log.