SQL Server Management Objects
Microsoft database programming feature
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 comes with all SQL Server versions starting from SQL Server 2005 (2005, 2008, 2008R2, 2012, 2014, 2016). It is included in all SQL Server editions, including the Express Edition.
Sources and credits
This article is adapted from the Wikipedia article “SQL Server Management Objects”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.