↧
How to: Determine SQL Server Transaction Log Space Usage
I have a client that recently asked me if the transaction log of one of his databases was being truncated on a regular basis. The database was using the “simple” recovery model and as such is...
View ArticleHow to: Identify SQL Server Transaction Log Usage by Table
The transaction log of a SQL Server database is often misunderstood. In short, the transaction log records every change made to the database. Yes, that’s right – every change. As such, depending on...
View Article