问题
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:
- Create CRUD stored procedures for the table on which the user had done right-click.
- 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