Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customize Sql Server Object Explorer Right Click Menu Items

Tags:

sql

sql-server

How can I add or customize right click menu items in object explorer in Sql Server 2012? for example I wanna add new items to table right click menu for generate my customize table creator script?

like image 677
Morteza Nemati Avatar asked Aug 20 '13 10:08

Morteza Nemati


1 Answers

You could write an SSMS add-in.

See

http://sqlblogcasts.com/blogs/jonsayce/archive/2008/01/15/building-a-sql-server-management-studio-addin.aspx

http://www.ssmsboost.com/create-own-ssms-2012-add-in-sample-code-with-download

like image 74
podiluska Avatar answered Oct 01 '22 03:10

podiluska