Tag: transaction log

SQL Server Transactional Replication Configuration

Database administration, SQL Server, Transaction Log

Transactional Replication in SQL Server is one of the most commonly used Replication techniques to...
Read More

SQL Server Transactional Replication Internals

Database administration, Transaction Log

SQL Server Transactional Replication is one of the most common Replication techniques used to share, copy, or distribute data to multiple...
Read More

Basics of SQL Server Transaction Log

Database administration, 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...
Read More

Configure SQL Server Log Shipping

Database administration, Transaction Log

This article explains the step by step deployment process of the SQL Server Log shipping. It is the...
Read More

Creating Maintenance Plans in SQL Server

Database administration, Database Optimization & Structure

Maintenance plans in SQL Server give us an easy way to organize, configure, and schedule tasks that ensure that the database engine and the...
Read More

Using Trace Flag 3226 to Suppress Log Backup Logging

Database administration, Transaction Log

Introduction Every backup operation in SQL Server is written to the SQL Server Error log. This includes Transaction Log Backups even when...
Read More

Importance of transaction log in SQL Server

Database administration, Transaction Log

Transaction logs are a vital and important component of database architecture. In this article,...
Read More

Fixing Data Loss Using Log Shipping with Delayed Recovery

Database administration, 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

SQL Server Database Backup Encryption

Database administration, Security

To manage the data security that has been backed up by the file system as a database backup files, SQL Server provides the backup...
Read More

SQL Server Transaction Log — Part 2

Database administration, Transaction Log

This is the second article in the series dedicated to SQL Server transaction log and its...
Read More
Close