> in the changelog there are two command > > SET AUTO OVERWRITE ON > and > SET LOG WRITER OFF > > BTW: what's the advantage of the new "auto overwrite" feature?
Hi, "auto overwrite" means, that you do not need to make log-backups, because the log-volume is simply overwritten. Do not use this feature unless you know, what you are doing, because without log-backups, YOU ARE NOT ABLE TO RECOVER YOUR CHANGES in most cases. "log writer off" means, that nearly nothing is written on the log-volume (only savepoint-entries). Do not use this feature unless you know, what you are doing, because without logging YOU ARE NOT ABLE TO RECOVER YOUR CHANGES in case of a crash. Conclusion: NEVER use these features in a productive system. And even for development purposes a working recovery may be a helpful sometimes ;) regards, Martin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
