| |

How can I view the SQL Server transaction log?
Answer:
To view transaction log, you can query the syslogs system table for
SQL Server 6.5, or run DBCC LOG statement for SQL Server 7.0/2000.
See this article about how view transaction log:
View Transaction Log
|
|