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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -