dbTalk Databases Forums  

Moving SQL Server 2005 databases

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Moving SQL Server 2005 databases in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bob66k88@gmail.com
 
Posts: n/a

Default Moving SQL Server 2005 databases - 05-19-2007 , 03:15 PM






What is the easiest way to move SQL Server 2005 databases from one old
server to a new server?


Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Moving SQL Server 2005 databases - 05-19-2007 , 04:04 PM






(bob66k88 (AT) gmail (DOT) com) writes:
Quote:
What is the easiest way to move SQL Server 2005 databases from one old
server to a new server?
Personally I prefer BACKUP/RESTORE. This does not carry on logins,
you need to transfer them separately, and you will need to remap users
to logins on the new server. Then again, if the logins do not exist
on the new server you can create them with help of the WITH SID option.

You can also use the Copy Database Wizard, using the attach and detach
method. Note that it will take the database on the source server offline
while it copies the files. It also requires access to the disks of the
new and old server, to copy files. CDW will migrate logins for you.

CDW also offers the SMO method, where it copies the database by scripting
and bulking. But don't use this method, it's very unreliable, and may not
copy everything.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.