February 6, 2004 at 6:01 pm
Tentative game plan:
W2K Server running SQL2K, replicating to another server and numerous databases.
We are doing a significant hardware upgrade and switching to Windows 2003. The resulting server shoudl have the same name, and do all the same things exactly.
We want to shortcut the process as follows:
The theory is that at that point SQL will start, find Master, Distribution, MSDB and so forth, and since the server name and AD environment is the same, it will just work.
One known catch is that the computer SID has changed. Not sure if SQL cares.
Will this work?
Besides trying to avoid recreating the whole SQL environment, jobs, replication, etc., we actually are hoping that the subscriber that is out there, which would still be runnig and updating (transactional, queued) would be able to replicate and dump in those changes when the system comes back up.
If we started from scratch and recreated replication, my understanding is that updates (made while we change o/s versions) couldn't flow into the publisher. We are hoping the above will let them do so since it will think the publisher was simply offline and now is back.
What do you think?
February 6, 2004 at 6:40 pm
I would make a little changes to your process at step1 and step8.
1. Shutdown SQL Server, backup all system MDF/LDF to somewhere.
8. Replace newly created system databases from the backup. You don't have to change the registry.
I guess you have to recreate replication environment.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply