Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can I get the logging information of Update, Insert and Delete SQL ran on server with the user name/id. I have only .ldf and .mdf file.
I am using SQL Server 2008 R2. Is there any free tool?

What I have tried:

I have tried SQL Server 2008 R2 SQL Server Log but that is not giving all information.
Posted
Updated 25-May-23 1:20am

1 solution

A google suggests you need a third party tool to do this. This tells you how to read the log:

https://www.sqlshack.com/how-to-read-a-sql-server-transaction-log/[^]

But for more info, I think you need to buy something
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900