/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.

Primary LanguageHTMLMIT LicenseMIT

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