Minimally logged commands

In Adaptive Server version 15.5, you can perform minimal logging for data manipulation language (DML commands) on a per-database, per-table, and session-specific basis so that minimal row and page changes, as well as page allocations and deallocations, are logged.

You can control DML logging at the database, table, and session levels by configuring commands such as create database, alter database, create table, select into, set DML logging, and alter table.

See Chapter 3, “Minimally Logged DML.”