• I always use IF EXISTS(select 1 from inserted) or deleted.

    It allows not to run "insert" part of INSERT/UPDATE/DELETE trigger only when there are actually inserted rows.

    _____________
    Code for TallyGenerator