Transaction Log

Automatic Deletion of Forgotten Transactions in MS SQL Server

Automation, Database administation, Transaction Log

Introduction It is often the case when an MS SQL Server transaction is being forgotten by the...
Read More

Importance of transaction log in SQL Server

Database administation, Transaction Log

Transaction logs are a vital and important component of database architecture. In this article, we’ll discuss SQL Server transaction...
Read More

Fixing Data Loss Using Log Shipping with Delayed Recovery

Database administation, Transaction Log, Troubleshooting Issues

Introduction Transaction Log Shipping is a very well-known technology used in SQL Server to maintain a copy of the live database in the...
Read More

Understanding Transactions in SQL

Database administation, Transaction Log • 2 Comments

A transaction in SQL is a unit of execution that groups one or more tasks together. A transaction...
Read More

The Lost Update Problem in Concurrent Transactions

Database administation, Transaction Log, Troubleshooting Issues

The lost update problem occurs when 2 concurrent transactions try to read and update the same data. Let’s understand this with the help...
Read More

SQL Server Transaction Log — Part 2

Database administation, Transaction Log

This is the second article in the series dedicated to SQL Server transaction log and its specificities. Here we are going to examine the...
Read More

SQL Server Transaction Log — Part 1

Database administation, Transaction Log • One Comment

Every SQL Server database contains one or more transaction log files in addition to data files. Log...
Read More
Close