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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to reproduce a database 1

Status
Not open for further replies.

Kendel

Programmer
Apr 24, 2002
1,512
US
I would like to copy a databse from a server to another server, can someone please show me how?

Many Thanks.
 
backup the database and restore it to the new server.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
I have always done this by creating a database on the server you want, and then going "Import" ... "all objects".
The only drawback I can see to this is that you don't get all your database settings too. Are there any other major drawbacks with this method? I have always wondered about this.
 
When you start doing large databases the import will start to take longer and longer, as it's not a fast method. It also puts much more load on the system as it checks all the keys and relationships.

Backing up and restoring is the most rock solid way of doing this without putting much additional load on the origional server.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
no problem.

Denny

--Anything is possible. All it takes is a little research. (Me)

[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top