I want to add a new trigger to my table. As seen in the picture, New Trigger button is not active. new index, new column, new contraints, new statics is active.
I do not understand what is the problem.
I want to add a new trigger to my table. As seen in the picture, New Trigger button is not active. new index, new column, new contraints, new statics is active.
I do not understand what is the problem.
A similar question was asked here: SQL Server Express 'NEW TRIGGER' BUTTON IS DISABLED
I hope this can help you!
You don't need to use the menu item to create a trigger. Just open up a query window and write the create trigger statement there.
To get some help with the syntax you can use a snippet in the editor. Right click on the surface of the query editor and select Insert Snippet and then select Trigger and Create Trigger to get the following code snippet inserted to your editor.
The menu item (if you get it to work) will do almost the same thing only it will use a template that looks like this: