Create Trigger

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rsrinivasan
    New Member
    • Mar 2007
    • 221

    Create Trigger

    Hi all,

    I have two tables source and target with same structure.
    Now i want a trigger, that will update the same record in target table if any record is updated in source table. Is it possible?

    Thanks,
  • ck9663
    Recognized Expert Specialist
    • Jun 2007
    • 2878

    #2
    Yes.

    Create an UPDATE TRIGGER

    -- CK

    Comment

    Working...