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
Hi, This link will help you http://www.sql-server-performance.com/faq/cluster_restore_master_database_p1.aspx Regards
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
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)