| Author |
Duplicating data from remote database to local databse
|
Gurunath Kale
Greenhorn
Joined: Jul 08, 2007
Posts: 14
|
|
Hi Currently I am accessing remote data base for my project. I am connecting it through VPN (cisco). Although its serving my purpose but I am facing some other performance issues. So I am planing to transfer the data I required from the remote data base to my local database. Can anybody help me in 'How to transfer data from remote data base to local data base'. My remote database server is Microsoft SqlServer2000 and Local is Mysql server5.0
|
░▒▒▓ ĞŨЯŨ ▓▒▒░
Back To Make Things Better
SCJP
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Gurunath, The easiest way is to export the data to a comma or tab delimited file and import it on your local database.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
Do you mean a one-time transfer or a perpetually (nightly/hourly) transfer? The first being easy with the use of database exports/imports built into the database software, while the latter being a much more complicated issue.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: Duplicating data from remote database to local databse
|
|
|