in reply to Cross platform database table backup/restore
Is the table prebuilt on the $dest DB? Any concerns with encoding? Differing data types? Large amounts of space?
If not, why not something as simple as:
This won't be terribly fast if it is a large table. There may also be better tools for this (export to a CSV, import from CSV, for example, given the right format of the data).
Are there any special constraints on your problem that stop you from using the straightforward solution?
--MidLifeXis
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Cross platform database table backup/restore
by gwhite (Friar) on Oct 15, 2010 at 19:26 UTC | |
by gwhite (Friar) on Oct 15, 2010 at 19:31 UTC |