SQL LDF Viewer Univik SQL LDF Viewer

Open and Read the SQL Server Transaction Log

Open an .ldf transaction log and read every change inside it, with no SQL Server. See each insert, update and delete by table, log sequence number, transaction and time.

Excellent 4.8 TrustRating (173 Verified Reviews)

Free Download 100% Free, no trial limits

 Readable Log Properties

LSN Operation Type Table Name Transaction ID Page and Slot Object ID Record Type Log Timestamp

 A Look Inside

See the Transaction Log In Action

Open an .ldf and the operations load in order, each mapped to the table and transaction behind it.

The SQL LDF Viewer reading a transaction log Univik SQL LDF Viewer orders.ldf Filters Operation Insert Update Delete Table Orders Customers Products 3 tables 3 transactions LSN Operation Table Transaction 0a12:0003:0021 INSERT Orders T-9841 0a12:0004:0007 UPDATE Customers T-9842 0a12:0007:0003 DELETE Orders T-9843 0a12:0009:0014 INSERT Products T-9844 0a12:000b:0002 UPDATE Orders T-9845

Log records in sequence order, each with its operation, table and transaction

Univik decodes a raw log record into readable fields One raw log record 8A 3C 00 11 4F 9C 00 07 A2 01 F3 00 0C 44 22 1E 00 55 6E 6B 6E 6F 77 6E binary, not readable Univik decodes LSN0a12:0004:0007 OperationUPDATE TableCustomers TransactionT-9842 Time2026-05-14 14:22:07

Univik decodes each raw log record into readable fields you can sort, search and export

 Key Features

SQL LDF Viewer Features

Read a SQL Server transaction log without an instance. Follow every change by table, sequence and transaction, then export what you find.

Open without SQL Server

Open an LDF Without SQL Server

Read a SQL Server .ldf transaction log straight from disk. No instance, no attach and no undocumented functions to wrestle with. The viewer decodes the log format on its own on any Windows computer, even one that never had SQL Server installed.

Read log operations

Read Every Log Operation

Each raw record is decoded into a plain operation: insert, update, delete and the page level actions behind them. Instead of a binary blob you get a readable list of what the database did.

Table behind each change

See the Table Behind Each Change

Every operation is mapped back to the table and page it touched. A stream of log records becomes a clear picture of which tables changed, so you can filter to the one you care about.

Order by LSN

Follow Changes by LSN

Records are laid out in log sequence order, the same order the server wrote them. That lets you see what happened first and trace a chain of changes as it unfolded across the database.

Group by transaction

Group Operations by Transaction

Related operations are gathered under the transaction that ran them, so a single unit of work reads as one block. That makes it simple to see everything a given transaction changed.

Surface recent deletes

Surface Recent Deletes

A delete is written to the log before its space is reused, so a recent one still sits in the .ldf. The viewer surfaces those delete operations for review. To rebuild the rows themselves, use SQL Database Recovery.

Forensic report

Forensic Report and Charts

A summary rolls up the operations by type and by table, with charts that show where the activity landed. Export it to CSV for an audit note, a case file or a report you can hand over.

Read only

Read Only and Always Safe

The .ldf opens read only and is never changed, which keeps the source clean for an audit or a chain of custody. Every export goes to a new file you choose, so you can run the viewer on your only copy.

 Simple Steps

How to Open and Read an LDF File

Four steps take you from a raw .ldf to a readable list of every change.

Install

1. Install the Viewer

Download the free Univik SQL LDF Viewer and install it on Windows.

Open

2. Open the LDF File

Point the viewer at your .ldf transaction log. No SQL Server is needed.

Read

3. Read the Log

Operations load in sequence order, each with its table and transaction.

Export

4. Filter and Export

Narrow by table or operation, then export the log or report to CSV.

 The Interface

Inside the LDF Viewer

Three panels turn a binary log into something you can read at a glance.

Log Timeline

The main grid lists every record in log sequence order. Each row shows the operation, the table it touched and the transaction it belonged to, so the history reads top to bottom. Sort by any column or search for a value to jump to the change you need.

Operation Detail

Select a record to see its full detail: the operation type, the object and page it changed, the transaction and its log sequence number. The raw record sits behind a plain summary.

Filter Bar

Narrow the view by table, by operation type, by transaction or by a date and time range. Filter to a single table to see only what changed there. Filter to deletes alone to review what was removed.

 Use Cases

When to Use the LDF Viewer

Common jobs where reading the transaction log is the quickest way to an answer.

Audit trail

Audit Trail

See which operations ran against the database and in what order, without turning on any extra logging. A clear record of what changed and when.

Forensic investigation

Forensic Investigation

Trace a suspect change back to the transaction that made it. The viewer reads the log read only, so the source stays clean for a case.

Deleted row review

Deleted Row Review

Read a recent delete that still sits in the log, so you can confirm what was removed. To bring the rows back, hand off to SQL Database Recovery.

Compliance review

Compliance Review

Produce a record of database activity for a report or a review. Export the operations to CSV for a note that stands on its own.

Debugging

Debugging

Find the operation that put a table in a bad state. Reading the log shows the exact change, the table and the transaction that caused it.

Activity monitoring

Activity Monitoring

Understand the pattern of changes over a span of time. The report rolls up operations by type and table so trends stand out.

 Which Tool Do I Need?

LDF Viewer vs Recovery vs Converter

Read the change history with the Viewer. Rebuild damaged data with Recovery. Export healthy tables with the Converter.

Task LDF Viewer SQL Recovery MDF Converter
Open an .ldf transaction logYesNoNo
Read insert, update and delete operationsYesNoNo
Follow changes by LSNYesNoNo
Group operations by transactionYesNoNo
Forensic report of activityYesNoNo
Rebuild data from a damaged databaseNoYesNo
Recover deleted records and dropped tablesNoYesNo
Export tables to CSV, Excel, SQL and moreReport to CSVVia exportYes
PriceFreeFrom $99From $99

SQL Database Recovery MDF Converter

 Technical Details

LDF Viewer Specifications

System Requirements

Operating SystemWindows 11, 10, Server 2016 and later
Processor1 GHz or faster
RAM4 GB recommended
Disk Space100 MB for installation
.NET Framework4.8 or higher

Software Information

Version6.7 (Latest)
File Size15.6 MB
LicenseFreeware (100% Free)
SupportEmail & Live Chat

Supported Features

SQL Server Versions

  • SQL Server 2025, 2022, 2019
  • SQL Server 2017, 2016, 2014
  • SQL Server 2012, 2008 R2, 2000

Log Reading

  • Insert, update, delete operations
  • Log sequence number ordering
  • Transaction grouping
  • Table and page mapping

Output

  • Forensic report and charts
  • Log operations to CSV
  • Read only, source never changed
  • Offline, no internet required

 Customer Reviews

What Users Say About Us
DM

David M.

Database Administrator

"After a bad change slipped into production, I opened the .ldf and traced the exact update and the transaction behind it. No SQL Server, no guesswork."

PS

Priya S.

Forensic Analyst

"I needed to show which operations ran against a seized database. The viewer read the log read only and gave me a report I could hand over."

TK

Tomas K.

IT Auditor

"Being able to see inserts and deletes by table, without standing up a server, made an audit far easier to close out."

 Help & Support

Common Questions

Yes. The Univik SQL LDF Viewer is free for personal and business use. There are no trial limits, no registration and no hidden cost.

No. The viewer reads the log file directly on any Windows computer, even one where SQL Server was never installed.

Each operation such as insert, update or delete, the table it touched, the transaction it belonged to and its place in the log sequence order.

Often yes. A delete is written to the log before its space is reused, so a recent delete can still be read from the .ldf.

The Viewer reads the change history held in the log. SQL Database Recovery rebuilds the data itself from a damaged MDF, NDF or backup. It also brings back deleted records and dropped tables.

Yes. The viewer opens the .ldf on its own and lists its operations. The MDF is needed only to rebuild the data behind those operations.

No. The file opens read only and is never modified. Every result goes to a separate export you choose.

Transaction logs from SQL Server 2000 through 2025 are supported. The version is read from the file automatically.

Yes. Export the log operations or the forensic report to CSV, ready to keep as a record or share with your team.

Ready to Read Your Transaction Log?

Download the free SQL LDF Viewer and open your .ldf to see every change inside it.

Free Download Need Help? Contact Us

Need more than a look at the log?

The Viewer is free for reading a transaction log. To rebuild the data from a damaged database and bring back deleted records and dropped tables, use SQL Database Recovery. For a court-ready forensic report of the log, use the SQL Log Analyzer. New to the format? Start with the SQL LDF File Guide.

 Related Products

Explore More Univik Tools

SQL LDF File Guide

SQL LDF File Guide

Learn what a SQL Server .ldf transaction log is, what sits inside it and how write-ahead logging records every change.

Learn More
SQL Database Recovery

SQL Database Recovery

Repair corrupt and suspect MDF files and bring back deleted records and dropped tables from a damaged database.

Learn More
MDF File Viewer

MDF File Viewer

Open a SQL Server MDF database file to browse tables, preview records and export a quick snapshot, all for free.

Learn More