Jump to content

SQL Server Management Objects

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Bearcat (talk | contribs) at 22:40, 19 September 2010 (References: categorization/tagging using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.

References

SQL Server Management Objects (SMO) on MSDN