HOME

TheInfoList



OR:

SQL Server Management Objects (SMO) are .NET objects introduced by Microsoft as of
Microsoft SQL Server 2005 The history of Microsoft SQL Server begins with the first Microsoft SQL Server database product – SQL Server v1.0, a 16-bit relational database for the OS/2 operating system, released in 1989. Versions Detailed history Genesis On June 12, 19 ...
, 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.


References

Microsoft database software {{database-stub