Viewing 5 posts - 1 through 5 (of 5 total)
Let me start by saying "Nice article!". Your descriptions were clear and concise and you did not assume knowledge on the part of the reader.
One statement may be a...
June 11, 2013 at 7:19 am
quote:
My thought exactly. OP was looking for a way to bypass a trigger for a specific stored procedure, not an application...
September 30, 2003 at 1:15 pm
I had the same need and tried damn near everything...but found a solution that works.
paulhumphris was on the track that worked for me.
First, I created a view:
September 30, 2003 at 11:56 am
quote:
I agree with Jonathan in that you could do several things in the trigger to allow preferential treatment, using things like...
September 30, 2003 at 11:42 am
There is actually nothing WRONG with this method except for the transactional issues raised in your post article. That issue is easily address in code by using MTS or any...
September 26, 2003 at 1:44 pm
Viewing 5 posts - 1 through 5 (of 5 total)