See SQL Servers

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

How can I do to find out the SQL Server availables in my LAN?
I'd like to fill a comboBox control with all the server names.

Thank you.
 
Hi Alberto,

Alberto said:
How can I do to find out the SQL Server availables in my LAN?
I'd like to fill a comboBox control with all the server names.

IIRC, you can ask your Active Directory server in your domain (if you got
one).
The System.DirectoryServices namespace provides functionality for querying
the AD.
 
I have the same problem, i download the exemple but give me this error: "The
type or namespace name'SQLDMO' could not be found....."

I have set the reference .
PS: I convert the solution to VS.NET 2003 (can this cause the problem?!?!?!)

Help please!!!!
 

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

Back
Top