About 11,600,000 results
Open links in new tab
  1. About Log Shipping (SQL Server) - SQL Server | Microsoft Learn

    Sep 3, 2025 · SQL Server Log shipping allows you to automatically send transaction log backups from a primary database on a primary server instance to one or more secondary databases on …

  2. What is SQL Server log shipping?

    Mar 16, 2014 · SQL Server log shipping is a technique which involves two or more SQL Server instances and copying of a transaction log file from one SQL Server instance to another.

  3. SQL Server Log Shipping vs Replication - A Detailed Comparison

    Apr 21, 2025 · The SQL Server Log Shipping method is generally used for automatic transaction log backup in case of any unexpected disaster or damage. This method practically involves …

  4. SQL Server Log Shipping: The Tried and True of DR

    At its core, log shipping is an automated process that: Backs up the transaction log from your primary database. Copies that backup to one or more secondary servers. Restores the log …

  5. SQL Server Log Shipping - SqlBak Blog

    Apr 16, 2024 · What is log shipping in SQL Server? Log shipping in Microsoft SQL Server is an automated solution for master-slave replication based on the transfer of transaction logs from …

  6. Beyond Log Shipping, a Smarter Approach to DR - SQL Server Tips

    Jan 30, 2025 · Log shipping as a backup / recovery solution has been around for about 20 years in the SQL Server space. First introduced in SQL Server 2005, Microsoft implemented log …

  7. Simple Steps to Configure Log Shipping In SQL Server

    Dec 12, 2024 · A log-shipping configuration involves two or more SQL Server instances and copying of a transaction log file from one SQL Server instance to another. Enabling Log …

  8. Top 50 Log Shipping Questions & Answers - MadeSimpleMSSQL

    Dec 15, 2024 · Q: What are the main components of log shipping? Q: What are the prerequisites for setting up Log Shipping? Q: What are the benefits of log shipping in SQL Server? Q: What …

  9. Log Shipping and Replication (SQL Server) - SQL Server

    Apr 11, 2023 · Log shipping involves applying the transaction log from every insertion, update, or deletion made on the primary database onto the secondary database. Log shipping can be …

  10. Configure SQL Server Log Shipping Step by Step - Explained

    May 15, 2025 · If we talk simply about what log shipping is, it can be defined as a disaster recovery method for SQL Server. The log shipping in SQL Server is a feature that allows the …