Can't seem to find any documentation regarding SQL Addin

Orel 21 Reputation points
2020-06-13T19:03:51.593+00:00

Im trying to develop an extending add-in to SSMS, versions 15,17,19 .

From the little I found on the web there are only a small number of tutorials to create a simple add-in using VS add-in but nothing more,

I searched the entire directory of SQL on MSDN for any API or documentation regarding such ability and found nothing.

My end result is to create an add-in which will listen to events from the SSMS, such as User opened a new query or user starts to run a new query.

Thanks,
Orel.

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. ErikEJ 341 Reputation points MVP
    2020-06-14T06:59:02.04+00:00

    I have a working SSMS extension here: https://github.com/ErikEJ/SqlCeToolbox

    In particular: https://github.com/ErikEJ/SqlCeToolbox/tree/master/src/GUI/SSMSToolbox/SSMSEngine

    For versions before 18, you also need to have your extension id on a list of approved extensions, so it is unlikely that you will be able to do that.

    The reason why there is no documentation is that is is basically an unsupported (by technically possible) scenario.


1 additional answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-06-13T19:29:08.12+00:00

    Might try asking for help in dedicated forums over here.

    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlkjmanageability

    https://developercommunity.visualstudio.com/spaces/8/index.html

    https://social.msdn.microsoft.com/Forums/en-US/home?category=vslanguages

    --please don't forget to Accept as answer if the reply is helpful--


    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows Server] Datacenter Management

    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.