I need a script allowing the user to select a SQL server from a list of available servers on the network, and user credentials for login, if anybody did it, please let me know how to do it in details
Professional Software Development Tools
I need a script allowing the user to select a SQL server from a list of available servers on the network, and user credentials for login, if anybody did it, please let me know how to do it in details
Last edited by tanash; 03-11-2006 at 03:47 AM.
I just use a SF7 Screen, the users has to type in a server name (I assume local computer name), then I have a exe that I pass server name and user ID/password to, I am happy to share this, it rerturns 0 for good and -1 for bad as I remember.