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!!!!
 
Back
Top