Enumerating MSDE servers using SQLDMO
Database
1
Posts
1
Posters
0
Views
1
Watching
-
In Windows XP Home Edition, when trying to list MSDE servers using C# and SQLDMO the list is empty. For instance, when doing
SQLDMO.ApplicationClass DMOApp= new SQLDMO.ApplicationClass();
SQLDMO.NameList names=DMOApp.ListAvailableSQLServers();
I get names.Count=0. Can anybody point me in the right direction?