• Is there an option number to script triggers of a table, by specifying only the table name ?

    |Option no.|

    Ex: Databases("pubs").Tables("names").Script ( ?? ,"c:ames.sql")

    should script TRG_names_del

    instead of having to explicitly give:

    Databases("pubs").Triggers("TRG_names_del").Script ( ?? , "c:ames.sql")