howto search SQL Server
C#
5
Posts
3
Posters
0
Views
1
Watching
-
hi all, somebody can help me to do this how to search SQL Server in my LAN with C# ??? Thanks !!! Nho'c Ti`
This is a very broad question. What exactly are you trying to do? - query a SQL server? - find all available SQL servers?
-
This is a very broad question. What exactly are you trying to do? - query a SQL server? - find all available SQL servers?
-
You can use
SQL-DMO
for this:Application.ListAvailableSQLServers()
Alexandre Kojevnikov MCAD charter member Leuven, Belgium -
You can use
SQL-DMO
for this:Application.ListAvailableSQLServers()
Alexandre Kojevnikov MCAD charter member Leuven, BelgiumYou can also do this without SQL-DMO but in C++: http://sqldev.net/misc/ListSQLSvr.htm[^] Alexandre Kojevnikov MCAD charter member Leuven, Belgium