I want to give the users of my desktop app the flexibility to switch between database servers: sometimes they want to use the local engine, for other stuff they might want to use some server on the network.
Now instead of having them change the ConnectionString-property in the .config file(s), is there a way to just get that typical (SQL Server?) dialog that lets you pick an instance and enter credentials?
Thanks for any help!