SQL Server Transactional Replication Configuration
Transactional Replication in SQL Server is one of the most commonly used Replication techniques to...
SQL Server Transactional Replication Internals
SQL Server Transactional Replication is one of the most common Replication techniques used to share, copy, or distribute data to multiple...
Basics of SQL Server Transaction Log
What is a Transaction Log? There is a requirement in relational database systems that transactions must be durable. This is “D” in the...
Configure SQL Server Log Shipping
This article explains the step by step deployment process of the SQL Server Log shipping. It is the...
Creating Maintenance Plans in SQL Server
Maintenance plans in SQL Server give us an easy way to organize, configure, and schedule tasks that ensure that the database engine and the...
Using Trace Flag 3226 to Suppress Log Backup Logging
Introduction Every backup operation in SQL Server is written to the SQL Server Error log. This includes Transaction Log Backups even when...
Importance of transaction log in SQL Server
Transaction logs are a vital and important component of database architecture. In this article,...
Fixing Data Loss Using Log Shipping with Delayed Recovery
Introduction Transaction Log Shipping is a very well-known technology used in SQL Server to maintain a copy of the live database in the...
SQL Server Database Backup Encryption
To manage the data security that has been backed up by the file system as a database backup files, SQL Server provides the backup...
SQL Server Transaction Log — Part 2
This is the second article in the series dedicated to SQL Server transaction log and its...