Jump to content

SQL Server Management Objects

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MementoVmori (talk | contribs) at 16:08, 6 January 2009 (Created page with ''''SQL Server Management Objects (SMO)''' are .NET objects introduced by Microsoft as of Microsoft SQL Server 2005, designed to allow for easy and simple programmat...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

SQL Server Management Objects (SMO) are .NET objects introduced by Microsoft as of Microsoft SQL Server 2005, designed to allow for easy and simple programmatic management of Microsoft SQL Server.

Using SMO, .NET programmers can design applications similar in functionality to Microsoft's SQL Server Management Studio.

SMO objects come with SQL Server 2005, and are included in the Express version. They are found in these assemblies: -Microsoft.SqlServer.Smo -Microsoft.SqlServer.SmoEnum

References

SQL Server Management Objects (SMO) on MSDN