RE: Moving SQL Server 2000 to a new machine
From: Scott Yu (ScottYu_at_discussions.microsoft.com)
Date: 10/28/04
- Next message: bradchand: "SQL 2000 showing up as SQl 6.5 in ent. manager"
- Previous message: Walls: "SQL Backup with Veritas Backup Exec 9.1"
- In reply to: dwh2200: "RE: Moving SQL Server 2000 to a new machine"
- Next in thread: Scott Yu: "RE: Moving SQL Server 2000 to a new machine"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 10:59:02 -0700
Hello, thank you very much for taking your time to respond to my post.
Currently I do have a test domain which is isolated from our production
domain. The 2003 servers running SQL Server 2000 will be name the same as
their old NT 4.0 SQL Server 2000 counter parts. The new servers will also
mirror the drive letters and directory structure. Currently all system
databases and selected user databases on the production servers are being
backup on a daily basis by a maintanence job.
After reading your reply I came up with few questions.
> 2. When building the new box, only upgrade to SP2 until you've migrated
> your databases. Only AFTER my databases came online would I be continue to
> upgrade to SP3.
#########################################
Microsoft states
(http://www.microsoft.com/sql/evaluation/sysreqs/2000/default.asp)
"Windows Server 2003 requires SQL Server 2000 Service Pack 3 or later to be
appliced". Being the case, is it still possible to do what you mentioned in
step 2? I was thinking updating NT4.0 with SP3 first to resolve this issue.
Do you know of any issues NT4.0 might have with SQL Server 2000 SP3?
> 3. Once you've got the new server at SQL2K, SP2, and the physical paths to
> your system files match exactly on both servers, you can take both sql
> servers offline, do a flatfile copy of your old master .MDF and .LDF files
> from the old box over the files on your new box (after you've protected them
> by copying them to a safe, unrelated location, please - we're professionals).
##########################################
Instead of disattaching the .mdf and .ldf files, can I just restore it from
a current complete backup?
> 6. You'll have to address two issues you create when doing this. One is
> that the master database is out of synch with what should be the default
> instance name (assuming your using default instance names - it's a problem
> regardless). You'll need to run sp_drop_server and sp_add_server (@local =
> 'local') to get the right server listed as the local server (see Books
> Online). You'll also need to update the [originating_server] fiels in the
> sysjobs table in MSDB. Update the field to match the local instance name you
> used with the sp_add_server.
#########################################
If I name my test machine the same name as my old production servers in the
test domain, can I skip step 6?
Once again, thank you very much for your time and knowledge.
Sincerely
Scott Yu
- Next message: bradchand: "SQL 2000 showing up as SQl 6.5 in ent. manager"
- Previous message: Walls: "SQL Backup with Veritas Backup Exec 9.1"
- In reply to: dwh2200: "RE: Moving SQL Server 2000 to a new machine"
- Next in thread: Scott Yu: "RE: Moving SQL Server 2000 to a new machine"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|