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 ):

 Enter image details here


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -