> Hung, if there's nothing important in the transaction log, I think the
> command is something like "dump transactions" or somesuch
> from SQL. see the manual.
IFF there's nothing important in the transaction log you can use:
dump transaction {DBNAME} with truncate_only
--Rob