1.

Can U Disable Database Trigger? How?

Answer»

YES. With RESPECT to table
ALTER TABLE TABLE
[[ DISABLE all_trigger ]]

Yes. With respect to table
ALTER TABLE TABLE
[[ DISABLE all_trigger ]]



Discussion

No Comment Found