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

Subscribe to our news:
Partners
Testimonials
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".
DavidNR: "MS SQL Maestro is a great app. Loved it. I only used it for its blob support thus far, very nice and very fast".

More

Add your opinion

MS SQL Maestro online Help

Prev Return to chapter overview Next

CLR Triggers

You can build CLR triggers using the SQL Server integration with the .NET Framework common language runtime (CLR).
 

Table CLR Triggers are managed within the CLR triggers tab of Table Editor.
 

 

CLR triggers are created within Create CLR Trigger Wizard. In order to run the wizard you should either

 

open the table in Table Editor and the CLR Triggers tab there;
press the Insert key or select the Add CLR New Trigger... item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar)

or

select the table in the explorer tree and use the Create New CLR Trigger... popup menu item

or

select the table CLR Triggers node or any trigger within the table in the explorer tree and use the Add New CLR Trigger...

 

 

CLR triggers are edited within the CLR Trigger Editor dialog window. In order to open the dialog you should either

 

open the table in Table Editor and the CLR Triggers tab there;
press the Enter key or select the Edit CLR Trigger item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar)

or

select the trigger to edit in the explorer tree and use the Edit CLR Trigger popup menu item.

 

 

 

To drop the CLR trigger:

 

select the CLR trigger to drop in the explorer tree;
select the Drop CLR Trigger item from the popup menu

or

open the table in Table Editor and the CLR Triggers tab there;
press the Delete key or select the Drop CLR Trigger item from the popup menu (alternatively, you may use the corresponding link of the Navigation Bar)

and confirm dropping in the dialog window.

 



Prev Return to chapter overview Next