Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

moving a database from one server to another 1

Status
Not open for further replies.

db2mainframer

IS-IT--Management
Mar 3, 2003
7
0
0
US
What is the best way to do this?
 
If the servers are on the same network, you may use "Copy Database Wizard". Otherwise you could do it by creating and restoring backups
 
I prefer to move databases using Detach/Attach or Backup/Restore. The copy database wizard is more difficult to use, more error prone and can actually omit some objects when copying. Check out the following article for ways to move databases between servers.

HOW TO: Move Databases Between Computers That Are Running SQL Server
If you want to get the best answer for your question read faq183-874 and thread183-468158.
Terry L. Broadbent - DBA
SQL Server Page:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top