SQL Server Transaction Log is the log file with .ldf extension. Every transaction that occurs in SQL Server and database modifications performed by these transactions …
Read More »Tag Archives: Transaction Log
What is Database Checkpoint in SQL Server
Database Checkpoint process is one of the most important part of SQL Server Architecture. Before you read this article, you need to understand the significance …
Read More »SQL Server Does Not Truncate the Transaction Log After Log Backup and Can Not Shrink the Transaction Log
If you regularly backup your sql server transaction log of your database that uses full recovery model, it truncate the Transaction Log file after each …
Read More »