Friday, March 23, 2012

MMC for SQL Server 2005?

I would like to add SQL Server 2005 management console to my custom built MMC
â' but the only snap in I can find is SQL Server Configuration Manager. Is
there a snap-in for SQL Server 2005 available or do I have to use SQL Server
Management Studio?
Cheers,
NinaHi Nina
AFAIK there is no MMC other than Configuration Manager, in general MMCs have
been replaced by more reliable managed code, therefore you would need to
write your own that uses SMO.
John
"Nina" wrote:
> I would like to add SQL Server 2005 management console to my custom built MMC
> â' but the only snap in I can find is SQL Server Configuration Manager. Is
> there a snap-in for SQL Server 2005 available or do I have to use SQL Server
> Management Studio?
> Cheers,
> Nina|||Thanks for confirming that John.
"John Bell" wrote:
> Hi Nina
> AFAIK there is no MMC other than Configuration Manager, in general MMCs have
> been replaced by more reliable managed code, therefore you would need to
> write your own that uses SMO.
> John
> "Nina" wrote:
> > I would like to add SQL Server 2005 management console to my custom built MMC
> > â' but the only snap in I can find is SQL Server Configuration Manager. Is
> > there a snap-in for SQL Server 2005 available or do I have to use SQL Server
> > Management Studio?
> >
> > Cheers,
> > Nina

No comments:

Post a Comment