Create custom menu item in Object Explorer

社会主义新天地 提交于 2019-12-11 12:10:07

问题


Basic question is how to create custom menu items in Object Explorer in Sql Server Management Studio ?

Actually what I want to implement is create menu item which will perform as:

  1. Create CRUD stored procedures for the table on which the user had done right-click.
  2. Possibly other stuff like remove duplicate records.

The executing module could be external written in C#.NET

I have checked SSMS Addins but I think it is different than what I am looking for.. (please correct me if I am wrong)

I hope I am clear enough now !


回答1:


Here are some links to get you started :

Create SSMS Addin

Extend Functionality in SQL Server 2005 Management Studio with Add-ins

Some Gotchas for SQL 2008 R2

SQL 2008 R2 Breaks SSMS Addins



来源:https://stackoverflow.com/questions/11453949/create-custom-menu-item-in-object-explorer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!