Re: Deperately need help on extending sql server mmc snap-in

From: John Bell (jbellnewsposts_at_hotmail.com)
Date: 05/18/04


Date: Tue, 18 May 2004 09:35:35 +0100

Hi

I am not sure why you would require the snap in. AFAIK all the functionality
that the MMC can be replicated using T-SQL and/or DMO. I also doubt if you
can freely distribute the MMC add-in.

If you want to add your own tool to the MMC then look at the menu option
Tools/External Tools.

Documentation for building your own add in can be found on MSDN e.g
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mmc/mmc/mmc_programmer_s_guide.asp

John

"Carlo Chung" <carlochung@hotmail.com> wrote in message
news:5e9cc949.0405171813.711ca5e7@posting.google.com...
> Hi,
>
> I am developing software for my company that requires sql server mmc
> snapin extension. Is there anyone has that experience before? Where
> can I get the sample source code for it? I have searched through the
> web and this newsgroup. The only clue I have found so far is some
> people said it's possible to do that, that is it. What I am looking
> for is something for specific.
>
> Thanks for you help in advance.
>
> Carlo Chung


Loading