Re: Move databases between servers
- From: "Keith Kratochvil" <sqlguy.back2u@xxxxxxxxxxx>
- Date: Wed, 19 Apr 2006 09:14:34 -0500
You will want to transfer the logins and passwords:
HOW TO: Transfer Logins and Passwords Between Instances of SQL Server
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q246133
Then you will want to move your databases.
BACKUP and RESTORE and sp_detach_db and sp_attach_db work very well. Both
are documented within Books Online.
If you move your msdb database you will want to update originating_server
within the sysjobs table. Change the old server name so that it matches the
new server name.
--
Keith Kratochvil
"Tarek" <Tarek@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A8B2E822-7EA3-4274-9E36-87441141FA52@xxxxxxxxxxxxxxxx
Hi,
I want to move my databases from an old server to a new one.
We have bought new hardware and installed sqlserver.
New Version is sqlserver 2000 with sp4.
Old version was sqlserver 2000 with sp3.
What is the best way to move those databases (about 20 db's) from one
server to the new one?
Is there a document or guideline to follow?
Thanks in advance.
.
- Prev by Date: RE: Install SQL Server 2005 from a Command Prompt
- Next by Date: Re: SQL 2005 Standard install on top on the SQL 2005 Express - Issues
- Previous by thread: Re: SQL Server 2005 and VS 2005
- Next by thread: Re: Move databases between servers
- Index(es):
Relevant Pages
|
Loading