Restrictions when modifying table schema.
Altering a table’s schema can invalidate backups that you made using bcp. These backups may use a table schema that is no longer compatible with the table’s current schema.
You can add NOT NULL columns with check constraints, however, the SAP ASE server does not validate the constraint against existing data.
Drop the clustered index.
Alter the table’s schema.
Re-create the clustered index.
You cannot alter a table’s schema if there are any active open cursors on the table.