Re: Move System BD's?
From: AnthonyThomas (Anthony.Thomas_at_CommerceBank.com)
Date: 12/14/04
- Next message: AnthonyThomas: "Re: Checkpoint SPID Blocked"
- Previous message: AnthonyThomas: "Re: An ALTER TABLE on a huge table..."
- In reply to: Rick Sawtell: "Re: Move System BD's?"
- Next in thread: Steve Gould: "Re: Move System BD's?"
- Reply: Steve Gould: "Re: Move System BD's?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 20:10:54 -0600
The only issue with moving the master database is that you install the same
Version and Edition and Service Pack and Hotfix level. After that, you can
move the old master in place of the new one. Be careful that the SQL Server
service accounts have login privleges to the old master before you bring it
offline. After the old one is on the new server, execute the sp_dropserver
sp_addserver with local parameter so the old master knows which host it now
resides on.
Again, the biggest challenge for jobs and the use of the old msdb database
is one of permission and the SQL Server service accounts.
Sincerely,
Anthony Thomas
-- "Rick Sawtell" <quickening@msn.com> wrote in message news:%233nfhHW4EHA.3416@TK2MSFTNGP09.phx.gbl... Which system databases specifically are you referring to? You cannot move the master database. Tempdb would be a worthless exercise to move. You can backup the model and restore it as well as the msdb database, however with a new ServerName, you may have some issues with jobs performing properly from the msdb database. Replication will be a problem if you are using it. HTH Rick Sawtell MCT, MCSD, MCDBA "Steve Gould" <steve.gould(at)apawood.org> wrote in message news:eSeIYzV4EHA.4092@TK2MSFTNGP14.phx.gbl... >I am getting ready to move SQL server from a failing server to a new one. >It houses Great Plains and SQL 2000. I want to move the system databases >also. > I am having a hard time finding the correct KB article to tell me how to > move the system databases. Can someone point me in the right direction? > > Thanks >
- Next message: AnthonyThomas: "Re: Checkpoint SPID Blocked"
- Previous message: AnthonyThomas: "Re: An ALTER TABLE on a huge table..."
- In reply to: Rick Sawtell: "Re: Move System BD's?"
- Next in thread: Steve Gould: "Re: Move System BD's?"
- Reply: Steve Gould: "Re: Move System BD's?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|