Blog Pages

fn_dblog - display the log file

fn_dblog is an undocumented SQL function that display the log file.


select * from fn_dblog(null, null)

  1. The first parameter is the starting log sequence number. NULL = from the first number.
  2. 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