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

Subscribe to our news:
Partners
Testimonials
Jim Salmons: "That is excellent news! I will look forward to a future update with these features. It will be attention to such details that further distinguishes your excellent products from the competition.

As always, I appreciate your great products and your demonstrated customer service is equal to the high quality of your products".
Alex Torin: "Several months ago I downloaded the trial versions of several Microsoft SQL administration tools that I was able to find using google. I had considerable trouble with most of them crashing... but using your product I was able to isolate and solve the problems I was having. I decided to add it to my toolkit and have recommended it to a few others".

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