Using abort tran on log full to Abort Transactions

Use sp_dbotion to configure the last-chance threshold to automatically abort open transactions, rather than suspend them.

The syntax is:
sp_dboption database_name "abort tran on log full", true

If you upgrade from an earlier version of SAP ASE, the newly upgraded server retains the abort tran on log full setting.