Configure Sql Server Object Explorer Right-click menu items

How to add or configure right-click menu items in the object explorer on Sql Server 2012? for example, do I want to add new items to the table context menu to create my custom table creator script?

+6
source share
2 answers

I am working on a project at Red Gate to open our SSMS extension code. This is similar to what you need, and it is more straight forward than interacting with SSMS directly.

There is a guide for developers here: http://www.red-gate.com/ssmsecosystem/developerresources

+1
source

Source: https://habr.com/ru/post/952102/


All Articles