On 5/9/07, Marco Bambini <[EMAIL PROTECTED]> wrote:
> Yes, "attaching" a database is the right way.
> Then just loop over all the tables into your database and perform sql
> statements like:
>
> INSERT INTO backup_table1 SELECT * FROM table1;
>
> This should simplify and speedup the backup process considerably...

It took a bit to get everything wired up, but my first successful
experiment with this has proven very effective. Thanks!
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to