• What do you mean by execute?

    Do you want to add them to the tables in the database - if so see my previous post.

    Do you want to cause the triggers to run by updating the underlying tables - if so see my previous post.

    Something else

    Maybe you want the triggers to be added to the tables in db1 and update the tables in db2.

    In which case use the inserted and deleted tables to run the updates.


    Cursors never.
    DTS - only when needed and never to control.