Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Recognazie Trigger Action

    Hi,

    For this you need to make assumptions as:

    IF EXISTS(SELECT * FROM INSERTED)

    AND NOT EXISTS(SELECT * FROM DELETED) BEGIN

    -- this is an insert trigger

    END

    IF EXISTS(SELECT * FROM INSERTED)

    AND EXISTS(SELECT...

  • RE: Friday the 13th

    13 is the lucky for me...

    and my answer would be correct...:)

    lets see what happens...:)

Viewing 2 posts - 1 through 2 (of 2 total)