Attaching triggers

  • If you do your scripting via the EM scripting wizard you can specify "script triggers" under the options tab - in fact, the table scripting options will script indexes, primary key constraints et al...this would be the easiest way!

    You could also view a list of all triggers in a given database by doing a

    "select name from sysobjects where xtype = 'tr'"







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing post 1 (of 2 total)

You must be logged in to reply to this topic. Login to reply