Monday, April 18, 2005

How to read database logfile

DBCC LOGINFO('dbname')

- To view the VLF (Virtual Log File) layout.
- SQL Server truncates the log files in unit of VLF.- On result "status=2" denotes the VLF is in use.

No comments: