Page 1 of 1

Importing data from one database to another

Posted: Tue Sep 16, 2008 2:15 am
by basudeb
I have a database with hughe datas. I also have another new database in another server with matching the database schema of old one. I want to import the datas from the first database to the second database. The two database are in different server.

Re: Importing data from one database to another

Posted: Tue Sep 16, 2008 3:22 am
by Paul Arnold
Do you have a way to export your database as an SQL file?

Re: Importing data from one database to another

Posted: Tue Sep 16, 2008 3:54 am
by basudeb
Actually it has too data so that can not generate the sql file.