Skip to content

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

Notifications You must be signed in to change notification settings

minhhieugma/MSSQLLogAnalyzer

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.4%
  • C# 22.1%
  • Gherkin 0.5%