Mar 3, 2005 #1 RiyaKumar Programmer Sep 29, 2004 27 US Hi, Can someone tell me how to identify if a trigger is Enabled or Disabled? Thanks.
Mar 3, 2005 #2 dbomrrsm Programmer Feb 20, 2004 1,709 GB not sure you can disable a trigger in sql server as in oracle [blue]DBomrrsm[/blue] [blue]Software code, like laws and sausages, should never be examined in production[/blue][black] - [/black][purple]Edward Tenner[/purple] Upvote 0 Downvote
not sure you can disable a trigger in sql server as in oracle [blue]DBomrrsm[/blue] [blue]Software code, like laws and sausages, should never be examined in production[/blue][black] - [/black][purple]Edward Tenner[/purple]
Mar 3, 2005 Thread starter #3 RiyaKumar Programmer Sep 29, 2004 27 US ALTER TABLE <Table_name> ENABLE TRIGGER <trig_name> is available in SQL Server. Upvote 0 Downvote
Mar 4, 2005 Thread starter #4 RiyaKumar Programmer Sep 29, 2004 27 US Is there any way to identify whether the trigger is enabled or disabled? RiyaKumar. Upvote 0 Downvote