Is it possible to read the transaction log in text/table format, and if so, how can I do that?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
The following query will output the full contents of the current log in tabular format. If you only require a portion, replace the NULLs with LSNs.
If th.e data is no longer in the log, then the following query will return the contents of your log backup.
Yes, you DO have to specify all 63 default values. These represent files and you can have up to 64 files in a backup set. Paul Randal blogged about this topic here. |
||||
|
|