How to manage SQL Server 2005 objects from framework 1.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I want to access and manage SQL Server 2005 objects from .NET framework 1.1.
Is there any object model (either managed or COM component) which I can use?
SQL Management Objects (SMO) is there, but it is for framework 2.0.

Thanks,
abn
 
You may try SQM-DMO which is COM based. There are many .NET samples out
there on DMO with .NET. A Google search would help here.


Hi,

I want to access and manage SQL Server 2005 objects from .NET framework 1.1.
Is there any object model (either managed or COM component) which I can use?
SQL Management Objects (SMO) is there, but it is for framework 2.0.

Thanks,
abn
 
Back
Top