Steps to Restore Master Database from a backup in clustered SQL Server 2005

Last post 11-26-2008 3:23 PM by satya. 4 replies.
Page 1 of 1 (5 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 11-24-2008 1:26 PM

    Steps to Restore Master Database from a backup in clustered SQL Server 2005

    Hi,

     Could you please provide me the steps to follow to restore the master database from an existing backup in Clustered SQL Server 2005?

     

    Thanks in advance

  • 11-25-2008 7:13 AM In reply to

    Re: Steps to Restore Master Database from a backup in clustered SQL Server 2005

    Hemantgiri S. Goswami
    -------------------------
    "Humans don't have Caliber to PASS TIME , Time it self Pass or Fail Humans" - by Hemantgiri S. Goswami

    http://hemantgirisgoswami.blogspot.com
    http://forums.surat-user-group.org/

    View Hemantgiri S. Goswami's profile on LinkedIn

    Disclaimer: This post is provided as is, for the sake of knowledge sharing only.
  • 11-25-2008 6:56 PM In reply to

    Re: Steps to Restore Master Database from a backup in clustered SQL Server 2005

    Thank you

    The link you given is for sql server 2000. Could you plz explain me the steps to restore master database in clustered SQL Server 2005 EE x64 on Windows 2003 R2 EE x64

  • 11-26-2008 6:48 AM In reply to

    Re: Steps to Restore Master Database from a backup in clustered SQL Server 2005

    I believe this will remain same for SQL Server 2005

    Hemantgiri S. Goswami
    -------------------------
    "Humans don't have Caliber to PASS TIME , Time it self Pass or Fail Humans" - by Hemantgiri S. Goswami

    http://hemantgirisgoswami.blogspot.com
    http://forums.surat-user-group.org/

    View Hemantgiri S. Goswami's profile on LinkedIn

    Disclaimer: This post is provided as is, for the sake of knowledge sharing only.
  • 11-26-2008 3:23 PM In reply to

    • satya
    • Top 10 Contributor
    • Joined on 11-05-2002
    • United Kingdom
    • Posts 22,747
    • Microsoft MVP
      Moderator

    Re: Steps to Restore Master Database from a backup in clustered SQL Server 2005

    I sense a problem here in moving the master database withina clustered enviornment, which must be performed on a controlled manner. Otherwise you will be risking the availablility of cluster as SQL service is dependant on the master datbase.

    What Hemant referred still applicable and as it is SQL 2005 you can make use of SQLCMD:

    Bring all the resources of the SQL Server Group in the cluster offline (except for Disk drive and IP Address).
    Go to command prompt and start sql server using the following command sqlsrvr.exe -m (single user mode)
     Connect to sqlcmd using ip address of the sql service sqlcmd -S xxx.xx.xx.xx (ip)

     

    -Satya S K J

    SQL Server MVP



    Knowledge is Power, you will gain by sharing it. SSQA.net - Invisible contributions to the users & visible success in SQL Community.
Page 1 of 1 (5 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.