Forum Replies Created

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

  • RE: An Is Null Gotcha

    That's not a gotcha, that's a "Man you wasted valuable development hours to figure that out!"

  • RE: Trigger Trouble

    A few dozen print statements later... It turned out that a where clause was incorrect, but at least I learned how the inserted and deleted tables work during a trigger....

  • RE: Trigger Trouble

    Do stored procedures called by a trigger get syntax checked before execution? In the stored procedure that gets called there is a cursor that queries for the inserted records...

  • RE: Trigger Trouble

    I separated the triggers and there is still no luck. Please help, Scott

  • RE: Trigger Trouble

    The trigger gets fired but it does not execute the stored procedure within the trigger. It only executes the stored procedure when there is an update on the table....

  • RE: Trigger Trouble

    Thanks, I'll post the info on Tuesday.

    Scott

  • RE: Trigger problem

    For some reason I wasn't able to copy and paste my problem yesterday, so I just reposted today from a different machine, the question is under the title 'Trigger Trouble'.

    Scott

  • RE: Im unable to update a table, I think triggers are to blame

    The next morning I looked at everything againg and realized that one of my where clauses did not make sense.  Everything worked once I corrected the where clause. 

    Thanks for...

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