SQL Server Management Objects (SMO)
SQL Server Management Objects (SMO) is a collection of objects that are designed for programming all aspects of managing Microsoft SQL Server. SQL Server Replication Management Objects (RMO) is a collection of objects that encapsulates SQL Server replication management.
This section contains the following information:
Solution in use of Microsoft.SqlServer.Management.Smo
If you have the "Microsoft SQL Server 2008 Management Objects" package from the "Microsoft SQL Server 2008 Feature Pack" installed then you will find the asseblies here (or in a similar location):
%ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies
You can do a search for "Microsoft.SqlServer.Smo.dll" within "%ProgramFiles%", if you don;t find it then it probably means you don't have SMO installed. Do a search for "Microsoft SQL Server 2008 Feature Pack" and you will find a page from where you can download it.
%ProgramFiles%\Microsoft SQL Server\100\SDK\Assemblies
You can do a search for "Microsoft.SqlServer.Smo.dll" within "%ProgramFiles%", if you don;t find it then it probably means you don't have SMO installed. Do a search for "Microsoft SQL Server 2008 Feature Pack" and you will find a page from where you can download it.
- 3/18/2010
- Andre Artus
- 3/18/2010
- Andre Artus