Jump to content

SQL Server Management Objects

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Addbot (talk | contribs) at 01:42, 20 February 2009 (Bot: Adding Orphan Tag (Questions) (Report Errors)). 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