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

Problem with date #9

Open arEcofor opened 1 year ago

arEcofor commented 1 year ago

Conversion varchar to datetime out of range.

ap0405140 commented 1 year ago

how can i recurrence this error? can you give me you test sql script?