How to create a context menu for an instance of database in SQL Server object explorer

359 Views Asked by At

I'm trying to create an extension that has a context menu for an instance of a database in SQL Server Object Explorer using Visual Studio 2017. For that, I need the GUID and id of SQL Server Object Explorer in Visual Studio.

I'm tried the same in Solution Explorer using the id IDM_VS_CTXT_ITEMNODE in xml.

Please help me with the GUID and id of SQL Server Object Explorer. Thanks in advance

0

There are 0 best solutions below