This is question about application installation on user computers and configuration of it. I will very appreciate help on this question, at least star guaranteed for good solution
I have SQL Server database that will work on servers of many clients. What is sad is that SQL Server names (it matches to machine name of server in network) are different for different clients. So, in client application I cannot specify SQL Server name exactly. I need som way to configure it. On the setup form for client application I have a field 'SQL Server Name'. What is bad is that user need to fill this field manually. It will be much more better if application will take all server names from network, determine which is accessable for current user, determine which contain database for my application and allow to choose such SQL Server in combobox.
Question:
How I can obtain list of SQL Servers installed all over the local network? I guess this is possible because most SQL Server tools do this, showing SQL Server name in combobox or list instead of typing in text box. Note that this should work on client computer where SQL Server driver only installed and no other SQL Server software.
Maybe, I should post this question to another forum? Who can tell me where I can find answer? [sig]<p>Vlad Grynchyshyn<br><a href=mailto:vgryn@softserve.lviv.ua>vgryn@softserve.lviv.ua</a><br>[/sig]
I have SQL Server database that will work on servers of many clients. What is sad is that SQL Server names (it matches to machine name of server in network) are different for different clients. So, in client application I cannot specify SQL Server name exactly. I need som way to configure it. On the setup form for client application I have a field 'SQL Server Name'. What is bad is that user need to fill this field manually. It will be much more better if application will take all server names from network, determine which is accessable for current user, determine which contain database for my application and allow to choose such SQL Server in combobox.
Question:
How I can obtain list of SQL Servers installed all over the local network? I guess this is possible because most SQL Server tools do this, showing SQL Server name in combobox or list instead of typing in text box. Note that this should work on client computer where SQL Server driver only installed and no other SQL Server software.
Maybe, I should post this question to another forum? Who can tell me where I can find answer? [sig]<p>Vlad Grynchyshyn<br><a href=mailto:vgryn@softserve.lviv.ua>vgryn@softserve.lviv.ua</a><br>[/sig]