Viewing 8 posts - 1 through 8 (of 8 total)
That's not a gotcha, that's a "Man you wasted valuable development hours to figure that out!"
July 14, 2004 at 3:08 pm
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....
February 17, 2004 at 5:04 pm
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...
February 17, 2004 at 8:55 am
I separated the triggers and there is still no luck. Please help, Scott
February 17, 2004 at 8:46 am
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....
February 17, 2004 at 8:31 am
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
February 13, 2004 at 9:37 am
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...
February 13, 2004 at 8:25 am
Viewing 8 posts - 1 through 8 (of 8 total)