Adding a log shipping monitor
This article describes how to add a log shipping monitor to a log shipping configuration that is already in place.
View ArticleSetup database mirroring and log shipping together
SQL Server has multiple high availability solutions. Comparing with cluster, database mirroring and logshipping are easier to setup, and they...
View ArticleLog Shipping - How you can convert the secondary database into primar
This topic explains the log shipping if the primary database is suspected or corrupted and how you can convert the secondary database into primary database.
View ArticleRepairing a Broken Log Shipping Plan From a Differential Backup
This article details how to reinitialise a Log Shipping scenario from a primary differential backup
View ArticleSteps to add Log Shipping monitor into an existing SQL Server
I have a requirement to add the Log Shipping Monitor for an existing installation. I have heard you can only complete this by rebuilding the Log Shipping infrastructure. Is that true? Are there any...
View ArticleAdding new data files to a log shipped database
I ran into an interesting problem recently. There is a 4TB database that is log shipped to a DR site,...
View ArticleHow to move a SQL Server Log Shipped Secondary Database to Different SQL Server
This tip I will explains a step-by-step method to perform the SQL Server Log Shipping migration.
View ArticleAdding new files to a log-shipped database (SQL Spackle)
Freshly minted MCM Wayne Sheffield fills a log shipping crack that could otherwise cause you to re-initialize your log shipping.
View ArticleSteps to rollback database changes without impacting SQL Server Log Shipping
When pushing a major release to a large production database, you want to know that you'll be able to rollback changes if the need arises. These are some simple steps which we can follow to ensure that...
View ArticleHelping Streamline Log Shipping Failovers
Using Log Shipping? Looking for a more automated way to fail over during a disaster? Read on...
View ArticleFix SQL Server Log Shipping After a New Database File has been Added
The code in this tip will demonstrate how to continue SQL Server Log Shipping after a file has been added to the primary SQL Server database.
View ArticleLog Shipping Lite with PowerShell
A PowerShell driver that performs incremental restores on a standby server, a lite weight log shipping solution.
View ArticleTemporarily Change SQL Server Log Shipping Database to Read Only
I want to temporarily use a Log Shipped secondary database for Read Only operations, but Log Shipping was not configured for read only operations. I don't want to reconfigure Log Shipping, so is there...
View ArticleStreamline Log Shipping Failovers: DR Made Just For You…
A look at a SQL script solution that can help you easily fail over and back from log shipping scenarios.
View ArticleFaster Log Shipping Restores
When you’re reading from a log shipped secondary, you want the duration of restores to be as short as possible. The sproc provided switches the restores to “NORECOVERY” mode, and then switch back to...
View ArticleWhy Log Shipping is still a viable solution in 2016
An explanation as to what Log Shipping is and why it's still a viable solution in 2016.
View ArticleMove an Existing Log Shipping Database to a New Monitor Server
How to move a log shipping database to a new monitor server without removing and rebuilding the log shipping setup.
View ArticleStep By Step SQL Server Log Shipping
Jugal Shah walks through the steps of setting up Log Shipping.
View ArticleOffice Hours Webcast 2017/02/01
In this edition of Office Hours, Brent, Erik, and Richie discuss AlwaysOn Availability Groups, execution plans, speeding up log shipping, applying wrong service packs, their favourite high availability...
View ArticleImproving Log Shipping
Today Steve Jones looks at possible ways to improve log shipping and asks for your input as well.
View ArticleLogshipping Report
Get Logshipping report only when secondary is more than certain time behind Primary.
View ArticleStep by Step Configuring AlwaysOn with Log Shipping
In this article, I will show you a procedure to combine SQL Server AlwaysOn with logshipping and to make log-shipping to work even in case of failovers between availability replicas in primary site....
View ArticleLogshipping Backup Files Management
Delete Log-shipping Tlog backup files which are already restored onto Secondary Server.
View ArticleLogshipping to SQL Server on Linux
An example of a database migration from SQL Server 2016 on Windows to MS SQL Server 2017 on Linux.
View ArticleWorkplace Encounter: Effects of TLS 1.2
In this article we share a recent experience we had with implementing TLS 1.2 ONLY support on our databases and particularly with respect to its effect on Transaction Log Shipping sessions.
View Article