Nov 22, 2001 #1 fmsousa IS-IT--Management Nov 24, 2000 28 PT Hi, I would like to know how can i create a trigger disabled. If i do like this: CREATE TRIGGER xpto... it stays enabled. there is any possibility of creating directly a trigger at disabled mode? Thanks in advance!
Hi, I would like to know how can i create a trigger disabled. If i do like this: CREATE TRIGGER xpto... it stays enabled. there is any possibility of creating directly a trigger at disabled mode? Thanks in advance!
Nov 23, 2001 #2 cfsenorin Programmer Sep 19, 2001 15 JP I don't think you can create a trigger directly in disable mode. You still need to use 'ALTER TRIGGER <trigger name> DISABLE'. Upvote 0 Downvote
I don't think you can create a trigger directly in disable mode. You still need to use 'ALTER TRIGGER <trigger name> DISABLE'.