Wednesday, March 7, 2012

How to Read a database Transaction Log?

Is therea built in way to read a database transaction log, so you can
actually view it, and what it is doing?
John Barr wrote:
> Is therea built in way to read a database transaction log, so you can
> actually view it, and what it is doing?
There are some undocumented tricks such as DBCC LOG and fn_dblog.
Google for details of those.
There is also:
http://www.lumigent.com/products/le_sql.html
David Portas
SQL Server MVP

No comments:

Post a Comment