Usage
To install Microsoft SQL Server 2014 Management Objects, run the following command from the command line or from PowerShell:
choco install SQL2014.SMO
To upgrade Microsoft SQL Server 2014 Management Objects, run the following command from the command line or from PowerShell:
choco upgrade SQL2014.SMO
To uninstall Microsoft SQL Server 2014 Management Objects, run the following command from the command line or from PowerShell:
choco uninstall SQL2014.SMO
Description
The SQL Server Management Objects (SMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer SQL Server objects and services. This object model will work with SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2, SQL Server 2012, and SQL Server 2014.
Please Note: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know here that the package is no longer updating correctly.