Hi,
In older threads this feature was stated as very desirable for many reasons but 
mainly:

1) Export database DDL at: database, schema or table/view level with and 
without data (same actual SCRIPT options), like ddlexport utility in many dbms.
2) Custom export/import of database's sub-sets and partial database backups.

regards,
Dario.


El 20/09/10 08:29, Uli escribió:
> I want to implement a kind of backup feature in my application where I
> want to store some parts but not all of the database. Therefore I want
> to create a new schema where I copy the data for the backup. Now I
> have the problem that I want to save the data only from this new
> schema and not from the whole database.
>
> As far as I see the SCRIPT command uses the complete database. The
> same for the BACKUP command. Any ideas how I solve my problem?
>
> In MySQL it is possible to select the schema in the mysqldump util
> (mysqldump <schemaname>).


-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to