Re: OK then - the outcome
From: BarryLynch (allspammustdie_at_yahoo.com)
Date: 07/30/04
- Next message: BarryLynch: "Re: SQL Server 2000 Virtual Server Renaming"
- Previous message: BarryLynch: "Re: SQL Server 2000 Virtual Server Renaming"
- In reply to: Luca Bianchi: "Re: SQL Server 2000 Virtual Server Renaming"
- Messages sorted by: [ date ] [ thread ]
Date: 30 Jul 2004 02:58:45 -0700
Hi All
Ok then I reinstalled SQL Server yesterday evening and decided to go
for it this morning.
In the end I didn't even restore master I just stopped sql Server
service renamed the SQLB Data folder to xData and copied in the SQLA
data folder containing all the original systems databases and log
files from the SQLA install which I had copied before uninstalling
(just need to stop SQL first)
I then restarted the SQL server service and did a select @@Servername
It returned, as expected SQLA
then it was...
sp_dropserver 'SQLA'
sp_addserver 'SQLB', local
Stop the SQL service
Restart SQL Service
select @@servername now equals 'SQLB' as planned
Failed over to Node 2 sucessfully
select @@servername on node 2 equals 'SQLB' as expected
Failed back to Node 1 successfully
All databases on line and tested logins functional.
QED ;-)
If any problems do arise you can rest assured I will post them. Right
now though (for a little while at least) I'm feeling pleased with
myself - this saved me a lot of work.
Comments welcomed
Barry Lynch
- Next message: BarryLynch: "Re: SQL Server 2000 Virtual Server Renaming"
- Previous message: BarryLynch: "Re: SQL Server 2000 Virtual Server Renaming"
- In reply to: Luca Bianchi: "Re: SQL Server 2000 Virtual Server Renaming"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|