Create custom menu item in Object Explorer
Asked Answered
C

1

1

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

enter image description here

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 ! :D

Contradance answered 12/7, 2012 at 14:23 Comment(1)
Its not hard to do using a SSMS Addin, there is some help out there but not much because SSMS-Addins are not supported by Microsoft. The implementation is slightly different for each version of SSMS - this is the key starting place. (Dont confuse the version of SSMS with the version of the database engine you connecting to)Gigantean
D
0

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

Dianthus answered 4/9, 2012 at 10:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.