Obtain a list of available SQL Servers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HELP! Can anybody help me how to optain a list of all available sql serves in my Network using only ado.net libraries?
 
You cna use SQL-DMO but there's some problems b/c if you don't have SP3
installed onthe machine you are running from it may throw an exception when
you try to list them. This will work
http://www.codeproject.com/cs/database/LocatingSql.asp and it's very easy to
implement and NO SQL DMO!

--
W.G. Ryan MVP Windows - Embedded

http://forums.devbuzz.com
http://www.knowdotnet.com/dataaccess.html
http://www.msmvps.com/williamryan/
jspassov said:
HELP! Can anybody help me how to optain a list of all available sql serves
in my Network using only ado.net libraries?
 
Back
Top