Connect your existing Source Control system to SSMS in 5 minutes
Getting started with SSIS - Part 1: Introduction to SSIS
First Time? You can support us by signing up. It takes only 5 seconds. Click here to sign up. If you already have an account, click here to login.
Loading

Ask in the public forum

Ask your questions in a public forum

My Blog Posts

Write SQL amazingly fast with SQL Prompt
  • Failover in LOG Shipping

    Can I do an automatic failover to my log-shipped server if the primary server is down? If not, How do I do a manual failover?

    colinm
    1258 · 0% · 7

2  Replies  

Subscribe to Notifications
  • Yes, Log Shipping doesn't provide option for automatic failover - you may use Database Mirroring for that.  There are few steps you need to follow while performing role switching

    1. See if the primary server allows you to take a tail-log backup and apply it to the secondary server with recovery option

    2. Ensure that you have all the logins transferred and are synch (actually this should have set up the time you've configured Log Shipping) 

    3. Ensure that you have all jobs and DTS package transferred to the secondary server, you can achive this either scripting on primary server and executing them on secondary server or using DTS package 

    4. Point you application to the new server by changing the connection string...or what ever method you used to connect to your database server

    Here is a link of white paper for Log Shipping for more reference - http://download.microsoft.com/download/SQLSVR2000/Utility/2.0/WIN98/EN-US/log_shipping.exe

    hope this helps..

    Regards

    Hemantgiri S. Goswami | SQL Server Citation

    Hemantgiri S. Goswami
    243 · 1% · 110

Your Reply


Sign Up or Login to post an answer.

Managed Windows Shared Hosting by OrcsWeb

Copyright © Beyondrelational.com