Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: Trigger Based Change Data capture

    Minor bug in update trigger. Should be

    AND (SUBSTRING( COLUMNS_UPDATED(), ((column_id-1) / 8) +1,1) & power(2, (((column_id - 1 ) % 8) + 1) - 1)) > 0

    This can also be...

    • This reply was modified 3 years ago by  rustyns. Reason: failed attachment
    Attachments:
    You must be logged in to view attached files.

Viewing post 1 (of 1 total)