• sd_xxx_sd (4/24/2013)


    Hi Everyone,

    I have a problem with triggers. Trigger must be fired and update COLUMN_A in TABLE2 after insert COLUMN_B in TABLE 1 . Have anyone some idea ? I'm new in SQL Server and don't know much...

    What is the problem here?

    You will have to create a trigger in TABLE 1, and do some programming to update the column COLUMN_A in TABLE2.


    Kingston Dhasian

    How to post data/code on a forum to get the best help - Jeff Moden
    http://www.sqlservercentral.com/articles/Best+Practices/61537/