How to manage SQL Server 2005 objects from framework 1.1

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
 
S

Siva M

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top