Choose your database:
AnySQL
MySQL
MS SQL Server
PostgreSQL
SQLite
Firebird
Oracle
SQL Anywhere
DB2
MaxDB

Subscribe to our news:
Partners
Testimonials
Kevin Settler: "If you need the job done right and on time, do it with MS SQL Maestro on your team. The software is a pleasure for us. SQL Maestro Group do excellent work and are dedicated to producing products that all can be proud of".
Albert Rognan: "Thank you for this quick reply. I must say I am impressed of the number of functions that is available within this tool".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

Create DDL Trigger Wizard

Create DDL Trigger Wizard guides you through the process of creating a new DDL trigger. See How To Create DDL trigger for instructions on running this wizard.

 

The basic principles of Create Object Wizards in MS SQL Maestro are explained in a separate topic. Below you will find a description of wizard steps that are unique for the current object.

 

To create a new DDL Trigger, specify the following options: a comment (optional), the Enabled option, the security context under which the DDL trigger is to be executed (see Execute As Clause (Microsoft SQL 2005 References) for details) and the events which execution cause the DDL trigger to fire.

 

To add events, use the ellipse button (...) and specify event types and groups in the Add Event dialog. If an event group is specified, the DDL trigger fires after execution of any event from this group.

 

Specify the trigger steps to be executed when the DDL trigger fires as trigger Definition.

 

 

See also: DDL Trigger Editor
 



Prev Return to chapter overview Next