954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Cpying Tables from one DB to another

I have been trying to figure this out, surf thru google but I came back empty handed... I wana move data from Database A to Database B that means copying the content of one database to another database, I am using SQL server 2005... any help will be highly appreciated

Traicey
Posting Whiz in Training
283 posts since Mar 2008
Reputation Points: 26
Solved Threads: 19
 

Are you planning to do this once in while or this is non-stop requirement

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

Once in a while, I have been asked to copy database objects including everything in it to another database

Traicey
Posting Whiz in Training
283 posts since Mar 2008
Reputation Points: 26
Solved Threads: 19
 

What DB you will be using MySQL, MS SQL, Oracle?

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

Its MySql.... SQL server 2005

Traicey
Posting Whiz in Training
283 posts since Mar 2008
Reputation Points: 26
Solved Threads: 19
 

Ehmm you trying to get data from MySQL to Microsoft SQL Server 2005?

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

No Im copying them from the same environment, I need to retrieve some of the data from another database to another, to explain further... I have a database which is Data1 and another database which is Data2, they both in the same environment which SQL Server 2005 so I wana get data from Data1 to Data2....Hope Im clear

Traicey
Posting Whiz in Training
283 posts since Mar 2008
Reputation Points: 26
Solved Threads: 19
 

Then SQL Server Management Studio Express is your solution. Simply create back up of DB1, then create DB2 and restore data from DB1 there

peter_budo
Code tags enforcer
Moderator
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
 

Thanx a lot man

Traicey
Posting Whiz in Training
283 posts since Mar 2008
Reputation Points: 26
Solved Threads: 19
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You