Scripting triggers

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
hobiedave
Posts: 16
Joined: Thu 01 Nov 2012 13:39

Scripting triggers

Post by hobiedave » Thu 04 Dec 2014 16:32

Is it possible to script triggers using the Generate Scripts command under Tasks? If not, can this be added to a future release?

alexa

Re: Scripting triggers

Post by alexa » Thu 04 Dec 2014 16:51

You can script a trigger by right-clicking it in Database Explorer and selecting 'Generate Script As -> CREATE' from the popup menu.

hobiedave
Posts: 16
Joined: Thu 01 Nov 2012 13:39

Re: Scripting triggers

Post by hobiedave » Thu 04 Dec 2014 20:22

Thanks for the reply. I am aware of that option. I am trying to generate a script to reproduce the entire database schema including triggers. All of the options I require except triggers is available in the Tasks / Generate Scripts...

alexa

Re: Scripting triggers

Post by alexa » Fri 05 Dec 2014 09:37

You can add a suggestion on our UserVoice forum where other users can vote for it http://devart.uservoice.com/forums/7729 ... -for-mysql

Post Reply