minhhieugma / MSSQLLogAnalyzer

Microsoft SQL Server Log Analyzer. DBLOG.DatabaseLogAnalyzer can read the SQL Server transaction logs online, and return RedoSQL and UndoSQL for every transaction. It base on SQL Server fn_dblog() function and develop some extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBLOG.DatabaseLogAnalyzer can read the SQL Server transaction logs online and generate RedoSQL and UndoSQL for every transaction.

Tests project

Built with Specflow and Testcontainers which helps the test cases are run on real databases

img.png

Test cases

They can be found in here: LivingDoc.html

img_1.png

To regenerate the living documentation

livingdoc test-assembly Tests.dll -t TestExecution.json

Notes

About

Microsoft SQL Server Log Analyzer. DBLOG.DatabaseLogAnalyzer can read the SQL Server transaction logs online, and return RedoSQL and UndoSQL for every transaction. It base on SQL Server fn_dblog() function and develop some extension.

License:MIT License


Languages

Language:HTML 77.3%Language:C# 22.1%Language:Gherkin 0.5%