Not able to see triggers after publish database in SQL Server -
I created some triggers in SQL Server 2012.
Now I can create a generated
script but I can not see the trigger after publishing
Triggers are not by default - you have included specifically
generate and publish scripts
On the dialog, you will need to click on the Advanced
button and in the dialog that pops up, you have to select the script trigger
and enter it on TRUE
(By default it is FALSE
):
Comments
Post a Comment