Viewing 6 posts - 1 through 7 (of 7 total)
Well I had no idea that a trigger would fire even if nothing is inserted/updated...
I modified the trigger to verify that SOMETHING was inserted before proceeding and the...
August 11, 2016 at 1:32 pm
Right?! That's what has me baffled... If I put a value in the where clause that actually returns a row, this update runs just fine. Its only...
August 11, 2016 at 10:09 am
No, but thats a good thought... I'll try disabling the trigger and see what happens-
I'll let you know tomorrow when I'm back in the office-
Chris
August 10, 2016 at 9:32 pm
Hello Stoutheart,
Since you may have multiple events in a given day, for a given user, you may want to look at this a bit differently..
I would query to get the...
August 10, 2016 at 7:50 pm
Hey Alan,
That was my point.. I had an issue running an update statement, so I started eliminating rows to figure out what was causing my problem. Eventually I...
August 10, 2016 at 7:33 pm
Viewing 6 posts - 1 through 7 (of 7 total)