G
Guest
Hi!
Our application needs to make some configuration settings when the
application is run the first time. We want to display a form with a combobox
that has a list of sql servers on the network(the device will be connected to
the desktop). How can I get the names of the running sqlservers?
I was referring to this example:
http://www.codeproject.com/cs/database/LocatingSql.asp
but with no success yet. I do not want to use SQL DMO as it seems to have
some issues recognizing the MSDE servers.
Is this feasible?Any help or suggestions would be great.
Thank you for the time.
Regards,
Kumar
Our application needs to make some configuration settings when the
application is run the first time. We want to display a form with a combobox
that has a list of sql servers on the network(the device will be connected to
the desktop). How can I get the names of the running sqlservers?
I was referring to this example:
http://www.codeproject.com/cs/database/LocatingSql.asp
but with no success yet. I do not want to use SQL DMO as it seems to have
some issues recognizing the MSDE servers.
Is this feasible?Any help or suggestions would be great.
Thank you for the time.
Regards,
Kumar