The document discusses different types of update operations in Sybase SQL Server and the constraints and conditions under which each type can be performed. It describes:
1) Direct updates, which are the least costly and include in-place updates where the row is modified directly without moving other rows, and cheap direct updates where the row is moved within the same page if its size changes.
2) Deferred updates, which are more expensive as they involve deleting the existing row and inserting the new row.
3) The constraints that prevent in-place updates such as changes to nullable or varchar fields, or any operation that requires logging deletes and inserts.
4) New mechanisms in ASE 11.9 like data-only