fn_dblog is an undocumented SQL function that display the log file.
select * from fn_dblog(null, null)
- The first parameter is the starting log sequence number. NULL = from the first number.
- The second parameter is the ending log sequence number. NULL = to the last number.
- Read more about Reading Transaction Log File here:
No comments:
Post a Comment