2 - Can I check the log file usage with a SQL Statement (ODBC) ?
3 - Can I do a Log Backup with a SQL Statement(ODBC).?

i think both can only be done with the dbmcli.


5 - I Need to do a lot of inserts in a migration routine and this inserts
are very slow( even slower than a Informix on a stone age machine)... Can I
Disable some feature or something else to acelerate this procedure ?

Put many inserts into one transactions. As Autocommit is on by default, every insert statement will be committed. That's why it's so slow.



_______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to