Project Description
Example/Framework of a SQL Server Management Studio Add-in (SSMS Addin) for Denali\2012.
The aim of this project is to prove an example of an Add-in.
The example add-in shows;
* How to take the contents of the query window and format it.
* How to use the context menu on the Object Explorer.
* Capture the event for when SQL is executed.
If you are writing an add-in, download this to get you started.
Blog Posts:
1) Part 1 - http://tsqltidy.blogspot.com/2011/08/how-to-write-sql-server-management_17.html
2) Part 2 - http://tsqltidy.blogspot.com/2011/08/how-to-write-sql-server-management.html