What is the proper way using .NET to discover the Microsoft SQL Servers on your internal network? I think the SQL Management interface back in the SQL Server 7 days gave you a list of servers in a dropdown. How could I do the same thing with .NET 3.5.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

You can enumerate them thusly

link|improve this answer
feedback

SQL Server Browser Service http://msdn.microsoft.com/en-us/library/ms181087.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.