Possible Duplicate:
SqlDataSourceEnumerator.Instance.GetDataSources() does not locate local SQL server 2008 instance
In SQL Server 2008, when I open the Microsoft SQL Server Management Studio, I have to connect to a server.
First I select Server Type (like Database Engine), then server names are available.
Generally, there are server name's used recently. But if I go for <Browse For More...> I get a window with two tabs
- Local Servers
- Network Servers.
When I select Network Servers, there is a list of available servers on the network.
Now I want to know how can I do this myself in C# ? I just need to know, how can I get the list of network servers in my C# app?