Contents Index Transact-SQL stored procedure overview Transact-SQL batch overview

ASA SQL User's Guide
  Transact-SQL Compatibility
    Transact-SQL procedure language overview

Transact-SQL trigger overview


Trigger compatibility requires compatibility of trigger features and syntax. This section provides an overview of the feature compatibility of Transact-SQL and Adaptive Server Anywhere triggers.

Adaptive Server Enterprise executes triggers after the triggering statement has completed: they are statement level, after triggers. Adaptive Server Anywhere supports both row level triggers (which execute before or after each row has been modified) and statement level triggers (which execute after the entire statement).

Row-level triggers are not part of the Transact-SQL compatibility features, and are discussed in Using Procedures, Triggers, and Batches.

Description of unsupported or different Transact-SQL triggers 

Features of Transact-SQL triggers that are either unsupported or different in Adaptive Server Anywhere include:


Contents Index Transact-SQL stored procedure overview Transact-SQL batch overview