Groups | Blog | Home
all groups > sql server clients > july 2003 >

sql server clients : How to insert rows into a table without triggering the active insert trigger?


Bruce
7/29/2003 5:44:17 AM
I got the following interview question which beats me:

How to insert rows into a table without triggering the
active insert trigger of this table?

Does anybody know the answer?

Scott Morris
7/29/2003 9:07:45 AM
You can disable the trigger using alter table - syntax in BOL. Note that
this disables the trigger for everyone and that the trigger should be
re-enabled when you are done.

[quoted text, click to view]

AddThis Social Bookmark Button