vote up 0 vote down star

Hi All,

Does anyone have any experience of developing external tools for SSMS 2005.

Ideally I would like to be able to interact with the query windows directly, for example, taking the query text from the window to perform some processing on it.

Any pointers in the right direction would be great.

Thanks in advance

flag

42% accept rate

3 Answers

vote up 0 vote down check

Very late entry...

Example of how to do it here

And here too

link|flag
A late entry but a good one. I ended up using both those examples along the way. – jxh00u Oct 8 at 9:33
vote up 0 vote down

Have you looked at Sql Server Management Objects (SMO)?

http://msdn.microsoft.com/en-us/library/ms162557.aspx

link|flag
vote up 0 vote down

The best example of this I have seen for SSMS is SQL Prompt by Red Gate

SQL Prompt runs a seperate .NET app that sits in your systray and is in some way part of the magic of the integration.

For loading an add-in, you will want to create a key under:

HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell\AddIns\

...in order to have SSMS load your add-in.

Hope this helps

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.