ap0405140 / 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.
MIT License
141 stars 39 forks source link

DBLOG_DML.cs #11

Open bigrbuk opened 4 months ago

bigrbuk commented 4 months ago

Message:Length cannot be less than zero. Parameter name: length StackTrace: at System.String.Substring(Int32 startIndex, Int32 length) at DBLOG.DBLOG_DML.GetPageInfo(String pageid) in DBLOG_DML.cs:line 930