6 out of 7 rated this helpful - Rate this topic

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:

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
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.
Prolem in use of Microsoft.SqlServer.Management.Smo
hi
which refrence should be added in C# for using Microsoft.SqlServer.Management.Smo or add using in forms ?
thanks